DEV Community

Discussion on: The state of the state: React state management in 2018

Collapse
 
joshua profile image
Joshua Nelson ✨

Yep – it can be tricky with Apollo link state. If you're already querying remote state, Apollo has some benefits for the local state too.

What type of use case do you have for serializing whole objects to your state? I wonder if there would be ways of not needing to do that at all.