kriasoft / universal-router

A simple middleware-style router for isomorphic JavaScript web apps
https://www.kriasoft.com/universal-router/
MIT License
1.7k stars 104 forks source link

Recipe for GraphQL state management vs. Redux would be great #165

Open AndreasGalster opened 5 years ago

AndreasGalster commented 5 years ago

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 5 years ago

@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)