-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should Redux be used with Relay? #1036
Comments
I'm not sure it makes much sense. Both want to own the state and have different paradigms. Relay is cool so just use it directly. See also #464. |
Sorry to update this closed thread, but I think it's worth for those who want to use both Redux and Relay in the same application. A maintainer of Relay said: https://stackoverflow.com/questions/34958295/whats-relays-relationship-to-flux |
I've began learning about GraphQL, and wanted to implement in a react Application. The current way that I've found to use it with React is to use it with Relay. Should you use Relay with Redux? If so, how would you go about implementing Redux with Relay?
The text was updated successfully, but these errors were encountered: