Let's continue studying the use of Redux with React. I have a little widget I built during React Lesson 2. It's a text field combined with some buttons that let you commit your text (or you could calling "saving" the text) any time you want and then browse backward and forward through the commits. Mainly … Continue reading React Lesson 3 (Part 2): Redux, Reducers, and Actions
Tag: reducer
React Lesson 3: What is Redux
What is Redux? If you know what I do here, then you know that I do not write tutorials around something I already know. In my professional experience, I am just now teaching myself React for the first time. (Professionally, I worked in Vue and other, older frameworks before.) I have literally never used or … Continue reading React Lesson 3: What is Redux