Bundle Visualizer
Use the bundle visualizer to see how much space each visualizer takes.
We'll cover the following...
Developer tools
There are a few developer tools that come in handy when developing React applications with Python.
The first developer tool we’ll look at is the parcel-plugin-bundle-visualiser
that lets us see how the generated JavaScript bundle that Parcel produces utilizes space, organized by JavaScript library. This is a build-time tool that generates a report based on the production build of our application. Once we install the ...