Introduction to Redux
We’ll learn about Redux’s functions and its basic principles.
We'll cover the following...
What is Redux?
Redux is a predictable state container. But what exactly does this mean? It’s important to really understand the principles of Redux to avoid common errors and set yourself up for success.
Redux
Redux as a tool is based on the principles of Flux architecture. This type of architecture has been developed at Facebook to simplify ...