The Fastest way to Learn Redux

The kata that you can follow to learn Redux quickly if you know React.

David Rodenas PhD
9 min readMar 5, 2022
Photo by Lautaro Andreani on Unsplash

In this article, I will teach you Redux, but leveraging in your already existing knowledge of React. The article presents itself in a form of a kata that you can follow step by step from zero. We will convert a React counter component, into a React/Redux counter. It assumes that you already know how to code JavaScript, a bit of React, and how the React state works. We will heavily leverage in refactor capabilities of the IDE to simplify each step. You can also study it as a kata, repeat and repeat step by step, the form is what matters, not the conclusion.

Step 0. A React Counter

Just before Start, create a React Counter component using setState.

--

--

David Rodenas PhD

Passionate software engineer & storyteller. Sharing knowledge to advance our skills. Join me on a journey of discovery in the world of software engineering.