DEV Community

Discussion on: Oh Hello Apollo Client , Goodbye Redux!

Collapse
 
sylvainbaronnet profile image
Sylvain Baronnet

I recommend you checking redux-requests.klisiczynski.com/ It simplifies things like Apollo does while letting you take control if needed (adding more actions / reducers, using saga on different request states, etc)
One advantage is that it works well with Rest API and Graphql (I know Apollo support Rest but it's not great IMO)