Using Local JavaScript Libraries
Import local JS libraries into our Transcrypt project.
We'll cover the following...
Introduction
So now that we have the React and ReactDOM libraries installed locally, we can modify our react_hello2 files to utilize them. Then, as a housekeeping step, we can programmatically remove the global references for those libraries that are created when importing ...