Published onMay 19, 2021What is useReducer? What it does and seeing the beauty of that React Hook.ReactreduxhooksA practical case on how to implement useReducer...
Published onMay 31, 2020Learn APIS. How to build a real Frontend React Project.ProjectReactHooksVercelReduxCSSIt is a React app that fetches an API and displays a bunch of products based on the search you've made.
Published onMay 27, 2020Refactor to React Hooks.ReactHooksIn this article, we are going to cover how to go from using classes, OOP programming to using an approach with functional programming and hooks.