filmov
tv
Redux Tutorial - What is Redux and How it Works

Показать описание
Redux is an agnostic framework acting as a predictable state container for JavaScript applications. It allows you to write apps that behave consistently, run in various environments, and are easy to test, improving the developer experience. In this Redux Tutorial, we first provide an overview of the framework and then focus on the mechanics of how the store works with actions and reducers.
Watch this video to learn:
- What is Redux
- How the Redux data flow works
- The 3 principles of Redux