sanjosedennis.hashnode.devReact: 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...Jul 12, 2022·3 min read
sanjosedennis.hashnode.devReact: 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...Jul 4, 2022·3 min read