Skip to content

Instantly share code, notes, and snippets.

@k220j
k220j / react-best-practices.md
Created May 18, 2021 11:10 — forked from cdiggins/react-best-practices.md
React Best Practices

Rails naming conventions

General Ruby conventions

Class names are CamelCase.

Methods and variables are snake_case.

Methods with a ? suffix will return a boolean.