Recipe for GraphQL state management vs. Redux would be great
AndreasGalster opened this issue · 1 comments
AndreasGalster commented
I've used the Redux recipe before and it works great, in my current app I've adopted GraphQL for state management (including client only data) and I'm very much interested in using GraphQL instead of Redux for managing the route state.
Are there any plans for a recipe on how to do this?
frenzzy commented
@AndreasGalster hi! You can find a real life example in https://github.com/kriasoft/react-firebase-starter (see src/index.js and src/router.js files)