Redux is a FLUX inspired architecture, which introduces simple concepts of an uni-directional single state store. Since the library is influenced by the Reactive Functional Programming paradigm (RFP), it may seem daunting for newcomers to understand. This talk focuses on the very basics of Redux and how to use it with the view library React.js. Also, the talk will give some practical insights of how the library is utilized by showing off a simple game.