kriasoft/universal-router

Recipe for GraphQL state management vs. Redux would be great

AndreasGalster opened this issue · 1 comments

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?