Standards
Components are PascalCased
Use React Plugin for ESLint
useState only for dynamic data.
Best practices
Organizing Imports
Large props should not be HTML inline
Use TypeScript or PropTypes
Examples
useEffect
Forward Props in Groups
useContext
Custom Hook : Member Activity Log
useReducer
Here is an example of useReducer that keeps track of what dialogs should be open and closed.
Please Login or Register to comment
Please Login or Register to comment