Hacker News new | ask | show | jobs
by wmdmark 3024 days ago
The local store in Apollo (at least the current version) is actually Redux (and a good use case for it IMO). In our experience it hasn't been to hard to manage and it's nice that you can still use the Redux DevTools to inspect the state.
2 comments

I don't think it is anymore, latest version depends on a custom cache implementation which does not seem to be based on redux.
I wish that was still the case.