andriajah Wed Dec 2019 3 years ago

Understand the Redux Redux (Create Store & Reducers) concept part 1 - #15 Reactjs Tutorial [Indonesia]

Other tutorials:
http://code.prawito.com/

One problem in creating a large project using react is, its limitations communicate between components. Because React has the principle of one -way communication from Parent to Child Komponent, so we need a props delivery technique from Child to Parent to send value from Child to Parent. The deeper the hierarchy of a component, the sent props will pass through many components that are not necessarily the component requires changes in value from the smallest child. So, a state management method is needed to facilitate the work.
State Management can be implemented in our React Project using Redux or Context.
In this tutorial we will learn and understand basically when we will need state management in our project.

******** 😊 ********

More about me:
IG: https://www.instagram.com/prawitohudoro/
LinkedIn: https://www.linkedin.com/in/prawito-hudoro/
Email: [email protected]
Blog: http://code.prawito.com
Web: http://prawito.com
React ReactJS Tutorial Redux create Store Redux Reducers Redux