📄️ Combine state
Merge useState
📄️ Event Handlers
React tip: Avoid extracting event handlers to separate functions if they're only called once.
📄️ Fetching data
Fetching data in React
📄️ Handle state
| Name | When to use it |
📄️ Prefer Noun-Adjective Naming
Basically, prefer noun-adjective naming for components, and adjective-noun for props.
📄️ Share code
3 ways to share code in React:
📄️ Split components
Signs we should split a component: