Published onMarch 31, 2023React Refs#React#react-hooks#react-refsLets break the normal data flow and bypasses the virtual DOM
Published onMarch 30, 2023React - Rules of Hooks - Conditional Hooks#React#conditional-react-hooks#react-hooksa little bit of laughs, a little bit of pain, its all in the rules of hooks
Published onMarch 10, 2023React - useId Hook#React#useID-Hook#accessibility#key-generationUsing appropriate techniques is essential for generating consistent and unique identifiers for both client and server environments.
Published onFebruary 26, 2023React - useReducer Hook#React#useReducerIt is like Redux but you don't need to know Redux to use it
Published onFebruary 24, 2023React - State Management Tools#React#ComponentsLet's talk about state management tools a little
Published onFebruary 22, 2023React - Lifting the State Up#React#React-state#React-Lifting-up-stateLifting state up in React is like when you decide to handle the stress in your life by talking to a friend instead of keeping it all inside.
Published onFebruary 17, 2023Dynamic Key Generation in React#React#React-KeysKeys are important and React relies on them but not all data comes with them.
Published onFebruary 16, 2023React State vs Props#React#React-forms#formsPassing props to this, passing props to that. State this, state that. Whats that all mean?
Published onFebruary 14, 2023React Forms - Proper way to Network Request#React#React-forms#formsWe have a form and need to perform a network request.
Published onFebruary 14, 2023React Forms - Form Controls#React#React-forms#formsRadio buttons, checkboxes, rangers and all that fun stuff
Published onFebruary 13, 2023React Forms - Data Binding - Controlled and Uncontrolled inputs#React#React-forms#formsReact is great, except forms. Almost everyone I know dislikes React forms but, I think you will like the way I teach them.