React js : useModal hook. An intuitive way to open modals like this => openModal(ModalComponent)Almost all applications need modals. The usual approach to implementing them requires a lot of state management. But this approach…Apr 2, 2022Apr 2, 2022
Published inLevel Up CodingHandling Local Storage in React using a custom hook | useLocalStorageAs React developers, we use hooks all the time. So instead of calling functions like localStorage.getItem() and localStorage.setItem all…Mar 29, 2022Mar 29, 2022