Tools - Do you know the best Build Tool for React?
Rules to Better React|3caded3b-50e4-4697-8d29-416a179b2a0f
v1.0
Posted at
1/05/2019 12:13 AM by
Tiago Araujo
Rule Intro
Creating a Production Build of a React project is complicated, you need great tools.
Page Content
Webpack
Webpack is a module bundler. It packs CommonJs/AMD modules. See:
Create React App
npm run build
Create React App uses Webpack under the hood.npm run build creates a build directory with a production build of your app. See:
{977D7109-6B54-4598-87EC-7455D7AE7A59}
Do you feel this rule needs an update?