DSDennis San Joseinsanjosedennis.hashnode.dev·Jul 12, 2022 · 3 min readReact: Introduction to useReducer hookIn this article, I'm assuming that you have at least some knowledge of using React and want to explore React Hooks. useReducer This hook is used to handle complex state in our application. Inspired by redux state management pattern (If you're not fam...00
DSDennis San Joseinsanjosedennis.hashnode.dev·Jul 4, 2022 · 3 min readReact: Introduction to useEffect hookIn this article, I'm assuming that you have at least some knowledge of using React and want to explore React Hooks. Introduction useEffect is one of the known hooks in React application. Some call it the “Effect Hook”. This hook allows you to perfo...01S