Frontend frameworks all aim to solve three core problems: data storage (defining, changing, and accessing state), change detection (signaling components when data changes), and data flow (the direction changes propagate). Apollo Client with React Hooks is briefly highlighted as an alternative to Redux for managing local and remote state using a client-side cache.
1 Impression