15
2017
Productive Development With React Redux
Introduction to Redux and React React is a JavaScript library and not a framework which mainly focuses on User Interface .It has a one way reactive data flow that forces you to think in terms of components. This model of thinking fits user interfaces well and the concept of state and where it belongs must be carefully thought of. State management is the critical and difficult situation although it has many solutions. Redux gives the […]