Search⌘ K
AI Features

Bundle Visualizer

Explore how to use the parcel-plugin-bundle-visualiser to inspect JavaScript bundle sizes in production builds generated by Transcrypt and Parcel. Understand how to identify large or unnecessary libraries to optimize front-end load times and improve application efficiency when developing Python-based React apps.

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 ...