6 Webpack Concepts for Advanced React Developers

Concepts to help you understand React from the inside

Mohammad Faisal
Better Programming
Published in
4 min readApr 21, 2021

--

Wood boxes
Photo by Brunno Tozzo on Unsplash.

More often than not, we use create-react-app for scaffolding a new React application and call it a day.

But under the hood, a lot of libraries are working to ensure everything just works. And webpack is the most important of them.

--

--