Basic Concepts of Redux
· 2 min read
Redux is a small Javascript library created by Facebook that serves to control the status of an application. It is based on the Facebook Flux architecture.
Redux is commonly used with React , but can also be used with Angular . The…