Description
a collection of articles about getting started with React and Redux || Front-end Javascript
Redux can be confusing for beginner React developers to understand. There are a lot of concepts you need to know to use it properly, like reducers,... (2021)
Redux is easier to understand when you approach it in reverse. Build a counter in React and then add Redux to it with this simple tutorial. (2018)
In this post I want to cover how the new Context API works, how it is similar to Redux, when you might want to use Context instead of Redux, and wh... (2018)
How to add Redux to a React project, how to configure a store, how to create actions, and how to create reducers that update our store. We also loo... (2019)
I have a lot more blog posts like this I plan to write. If you like this, follow me on Twitter to make sure you don’t miss any. Think about the mos... (2020)