How is Relay different from Redux?
Relay | Redux |
---|---|
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. |
BY Best Interview Question ON 12 Jun 2021