How To Create A React App From Scratch Using Webpack 5 + Babel
The easiest way of creating a react application is using a create-react-app tool. This is good to use when you have just started learning React but it hides a lot of details regarding:
What happens under the hood
What configuration is needed to work...
blog.yogeshchavan.dev6 min read