NOTES
Notes & Nodes
Fragrance and Code, Simply Put
-
Custom Hooks: Extract and Reuse Stateful Logic in React
4 min read
Stop duplicating logic across components. Learn how to design focused, reusable custom hooks with real-world examples.
Continue Reading -
State Machine Pattern: Replace Boolean Soup with a Single Status
3 min read
Model UI states explicitly to prevent impossible combinations and clarify transitions.
Continue Reading