useFetch(): My most used react custom hook
Hey, this is me Ashik Chapagain here.
Introduction
Whenever we need to fetch the data from API in React we use fetch inside useEffect and repeat the same in every component.
Like this.
import React from 'react';
import { useEffect, useState } from ...
cb-ashik.hashnode.dev2 min read
Lalit
17, webdev & all things code โข cs @bitspilaniindia '27
Nice article Ashik Chapagain ๐