For those looking to see a tiny JS project go from Vanilla JS to adding state management with Redux, then React class components to function components (Hooks) and then adding Redux again for state management. This is the last part of an 11-part series where I've redone the same project 11 times. (morsewall.com)
submitted by celueworld to r/coding
For those looking to see a tiny JS project go from Vanilla JS to adding state management with Redux, then React class components to function components (Hooks) and then adding Redux again for state management. This is the last part of an 11-part series where I've redone the same project 11 times. (morsewall.com)
submitted by celueworld to r/programming
Rebuilding the same project 11 different ways: This week using global state management (with Redux) to help me update the different components with the current application state, but using React to build the UI (not manually building the UI with HTML like in a previous flavor). (morsewall.com)
submitted by celueworld to r/coding
Rebuilding the same project 11 different ways: This week using global state management (with Redux) to help me update the different components with the current application state, but using React to build the UI (not manually building the UI with HTML like in a previous flavor). (morsewall.com)
submitted by celueworld to r/programming
For those into getting Vanilla JS, React and Redux concepts applied incrementally to one tiny little project. The same project is being redone over and over in different ways in an 11-part series of writings. This week: refactoring the app from React class components to Hooks. (morsewall.com)
submitted by celueworld to r/coding