React
State management
Context API + useReducer versus Redux + React Redux: once an application grows
past two or three state-related contexts, you are effectively re-inventing a
weaker version of React Redux, and it is worth switching to Redux instead.
For a React-based framework with routing and SSR, see Next.js.