Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

163
Views
Should i use webpack or create-react-app?

Should i use webpack or create-react-app to initialize my react app? Is there any advantage of using webpack over create-react-app?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Create react app abstracts the configuration does not allow you change it unless you eject. Using webpack does require knowledge of webpack and does allow complete control over your environment.

CRA is best suited for projects where you the requirements does not need you to change settings , if you need control and need to change things it is best to use Webpack.

about 4 years ago · Juan Pablo Isaza Report

0

First, Webpack is a build tool, which uses configuration to (as an example) transpile Typescript to JavaScript, bundle SASS, LESS files, bundle SVG files etc.

Create React App is a React boilerplate that uses Babel and Webpack under the hood, with configurations already in place for the most common scenarios, so you don't have to worry about it.

It is not clear from your question, what initialization means. I can only assume that you mean to bootstrap an application with a moderately easy learning curve. If that is the case, CRA is the way to go.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!