«
Prev
»
Next
Web / ReactJS Interview questions
Advantages of using REDUX.
- Maintainability, the code is easier to maintain.
- Organized code.
- Developer Tools, allows developers to track/debug all activities, ranging from actions to state changes, happening in the application in real-time.
- Easy Testing.
- Large-scale Community, Redux is backed by a mammoth community. It contributes to an ever-growing and refined library and ready-to-use applications.
More Related questions...
Comments & Discussions