Search⌘ K
AI Features

npm and Parcel

Explore how npm simplifies managing JavaScript libraries and how Parcel bundles your application files efficiently. This lesson guides you through using these tools to optimize your front-end development when integrating Python code with React and Transcrypt.

We'll cover the following...

Node package manager

We can include remotely hosted JavaScript libraries like React in our HTML file as a script module. However, as our application grows, this method becomes inefficient. To deal with ...