A Predictable State Container for JS Apps
Redux is commonly used along with JavaScript frameworks like Angular or React. As the size of applications become huge in the production process, the data flouncy becomes a problem. Redux assists you to overcome that issue by helping to maintain a predictable state for the application.
Features:
- Can be immediately set up within seconds without much hassle
- Developers have provided API support
- Easily customizable
Official : Redux – A predictable state container for JavaScript apps. | Redux