React
3 notes
- Composition Over Prop Drilling in React
How to use children as a prop, slot patterns, and component composition to avoid passing props throu...
- Controlled vs Uncontrolled Forms in React
When React-controlled forms with useState make sense, and when uncontrolled refs with useRef are a b...
- React Server Components vs Client Components
A practical mental model for React Server Components and Client Components, when each runs, where th...