React: Behind the Scenes
Generally, when we start writing a react code we start with a create-react-app setup and write our code in a JSX file but today we will use just a single HTML file. We will start with setting up a project and creating one HTML file called index.html ...
Nov 14, 20235 min read97

