Skip to content
Guides

React hooks, explained properly

Deep dives into the problems that come up once you move past useState: hydration mismatches, stale closures, rate limiting and the patterns that make custom hooks maintainable. Every guide is written against real code, not toy examples.

Comparing hook libraries?

We keep honest comparisons against usehooks-ts, react-use, ahooks and @mantine/hooks — including when the other library is the better choice.

Read the comparisons