TKay
· 109w
There is something I can’t seem to comprehend.
If I am building an app that uses libraries. I’m installing the libraries on my computer, right?
Then I import the libraries to my app.
So if say...
Your dependency package manager would install them all on the server. (npm, pip, yarn) Typically shipping library code with your app code is poor practice unless you have a strong reason for it. Let the package manager do it for you.