Summary
Understand how to use JavaScript package managers to handle third-party libraries and include raw JavaScript within Python code. Learn to keep libraries scoped in modules and prepare your application for efficient transpiling and optimization with Transcrypt.
We'll cover the following...
We'll cover the following...
What we learned
This chapter showed us how to use a JavaScript package manager to download and keep track of any third-party JavaScript libraries we may use in a project. We also learned to ...