Search code examples
redux-formapolloreact-apolloapollo-client

Working example of react-apollo 2.0 with redux-form


With Apollo 2.X removing redux integration in favor of apollo-cache-inmemory

Wondering if there are any example apps using redux-form along with newer apollo-client react-apollo stack?


Solution

  • I ended up using https://github.com/apollographql/apollo-link-state and https://github.com/final-form/react-final-form . So I have avoided using redux in my app.