David SlingReact 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
David SlinginLevel 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
David SlingReact.js + Firebase AuthCombining the best dev tools of the top tech giants!Mar 30, 2021Mar 30, 2021