Are you using Redux or thinking about using it?

carloslfu

Carlos Galarza

Posted on April 28, 2019

Are you using Redux or thinking about using it?

react.js logo

Are you using Redux or thinking about using it? YOU DO NOT need it! React is a complete library to control the state of our applications. Using React Context in combination with Local State in your components is more than enough. Simplify the management of the state in your project and save valuable bytes πŸ’°. How? Use useContext and useState, I recommend this great article by Kent C. Dodds, comes with examples and a deep explanation of this pattern that I use in all my projects and is very powerful: Application State Management with React. If you have any questions, feel free to ask.

Follow me on Twitter @carloslfu if you want to learn more about React, programming, and technology.

Good luck!

πŸ’– πŸ’ͺ πŸ™… 🚩
carloslfu
Carlos Galarza

Posted on April 28, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related