Back to blog

Series

State Management

How to choose state management with a clear head: server state vs client state, cache-invalidation shapes that steer team habits, and what Module Federation changes about the question.

1 post 5 min read Ongoing — next part 13 July 2026

Start with part 1
  1. Server state and client state in React

    Server state and client state: why React apps need two libraries

    Server state and client state have different requirements. Why modern React stacks split the job between two libraries instead of one store.