VD

Topic: #State Management

Found 2 articles tagged with this topic

2026-09-0516 min

Build Your Own Redux: A Step-by-Step Guide to State Stores

Demystify Redux by building your own store step-by-step. Learn how closures, reducers, and subscriptions work, explore alternative store ideas, and connect it to React.

2026-01-0715 min

State Management Architecture: From Context to External Stores

A comprehensive guide to state management in React. Learn when to use Context, when to reach for external stores like Zustand or Redux, and how to handle server state with TanStack Query.