functions
- react
Best Practices with React Hooks
Follow the rules of Hooks Only call Hooks at the top level Only call Hooks from function components . . .
- react
6 Tips to Improve Your Conditional Statements for Better Readability
Returning Early Instead of if…else Using Array.includes Using Default Function Parameters Using . . .
- react
How I Code When I Work With React
Think Always in Functions Naming Functions Don’t Mount and Unmount Repeatedly No More than 10 . . .
Higer Order Functions
Higher order functions give you many creative possibilities to: write helper functions . . .