Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 372 Bytes

redux.md

File metadata and controls

5 lines (3 loc) · 372 Bytes

Introduction to the Redux Challenges

Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. While you can use Redux with any view library, it's introduced here before being combined with React.

Improve this intro on GitHub.