Krum Georgiev’s Post

View profile for Krum Georgiev

Shaping the Web | Ex-Meta | Stuck in Vim

My two cents on React state management, no filter: useState for local, ephemeral state useMachine for deterministic, event-driven workflows and when your app needs a brain Server state? Remix loaders/actions or Next server components handle 99% of use cases. For edge cases like fine-grained caching or background sync wizardry, TanStack Query steps in. Pick your battles wisely, or you'll end up fighting a war against your own abstractions.

To view or add a comment, sign in

Explore topics