Published onJune 14, 2021Custom hooks or normal functions?ReactVercelA Custom Hook is a function you create for a component or a page in React, that 'function' should start with 'use', such as useFetch.
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 22, 2020How to Deploy a React App and Not Die.ReactVercelAt this moment I've never deployed a React app. So you are going to learn with me and I will document how I've done it.