1.

How is Relay different from Redux?

Answer»
RelayRedux
It only manages the state that ORIGINATED from the server.Redux manages and handles all the states of the application.
Relay CACHES and optimizes the data.Redux does not HANDLE data fetching; however, this can be done MANUALLY.


Discussion

No Comment Found