Skip to content

Commit

Permalink
add style guide link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
peebeejay committed Aug 25, 2021
1 parent 041f354 commit 370dd53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ To streamline contributions to React code within the Wagyu codebase, a small set
5) Utility Functions - Keep utility functions that don't deal with rendering outside of components.
6) Other Opinions - Refrain from using 'render' functions within functional components. Extract this logic out into a separate component instead. Refrain from using `<br />` and use padding and/or margin instead.

Refer to this [React style guide](https://alexkondov.com/tao-of-react/) for more information.


## Support
Reach out to the EthStaker community:
Expand Down

0 comments on commit 370dd53

Please sign in to comment.