Kaushal Joshi

@clumsycoder · Joined February 2022

Is Create React App Really Dead? What Are Other Options?

If you are active on tech Twitter, follow web-dev YouTubers, or read blogs, you know what I am talking about. For the past few months, there has been a lot of discussions about how create-re...

How to Fetch Large Data Files Through GitHub API

During my internship at [Hackernoon](https://hackernoon.com/?ref=hackernoon.com), I had a task to fetch some files from GitHub API. Initially, I thought it'd be a simple GET request but soon...

How to Add Script Tags in React

Using third party libraries is very common while developing apps for the web. The usual way is to install the NPM package of the library and import it for your use. But sometimes, the NPM...