Introduction to Redux and its role in modern javascript frameworks such as React and Angular
Redux is a predictable state container for javascript apps. Redux is simple, however I found that its terminology may be a bit confusing. Names like actions, reducers and store, for example.