How to build a React project from scratch using Webpack 4 and Babel

How to build a React project from scratch using Webpack 4 and Babel

6 years ago
Anonymous $qrGo_Xv_Cm

https://hackernoon.com/how-to-build-a-react-project-from-scratch-using-webpack-4-and-babel-56d4a26afd32

I have been learning React lately, and I have used create-react-app to create my React projects easily with minimal efforts and configuration, and i guess you too have most probably used create-react-app or react-slingshot to create your react apps.These are fantastic tools if you want to just focus on React and let them take care of the configuration. But is this the way you want to learn React?

Probably not, that’s why you are here. So let’s get started :)