user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

42. What benefits does Redux offer?

user image

Abhishek Mishra

2 years ago

Redux offers the following benefits:Predictability of Results- Since the store is always the only reliable source of information, there is no uncertainty over how to synchronize the current state with actions and other application components. Maintainability- A predictable result and a rigid structure make the code easier to maintain. Server-side Rendering- You only need to give the store built on the server to the client side to do the server-side rendering. This improves user experience while being very helpful for initial render and application speed.

Recent Doubts

Close [x]