I may be normal, but I'm full of potential!
PC & Tech Enthusiast & Aspiring Dev. Enjoys JavaScript, NodeJS, React+Next, MongoDB, Firebase and various frameworks. Goal is Full Stack.
- Cape Town
- https://ivankotze.co.za
Pinned Loading
-
React useFetch Custom Hook
React useFetch Custom Hook 1import React from "react";
2import { useState, useEffect } from "react";
34const useFetch = (url, options) => {
5const [loading, setLoading] = useState(true);
-
useLocalStorage Custom Hook
useLocalStorage Custom Hook 1## useLocalStorage Custom Hook
23>The useLocalStorage custom hook is designed to simplify the process of storing and retrieving data in the browser's local storage using React. It provides a convenient way to persist data across page reloads or even when the browser is closed and reopened.
45### Usage
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.