Modified Fetch in project
Simple to understand and reusable fetcher method In all projects, where I fetch with the rest API, I use the in-built fetch method all the time. I always avoid third-party libraries like axios. fetch takes two parameters. I will add basic used para...
Mar 8, 20232 min read20