Hacker News new | ask | show | jobs
by TechBro8615 2245 days ago
Adding to this, hooks make it much easier to pull related state management code out of the component. They help make state logic just as composable as UI logic.