|
|
|
|
|
by corndoge
2272 days ago
|
|
To your point on NPM dependencies, CDNs for JS libraries is another thing that I recently learned is common practice, which I don't fully understand. It seems like if the CDN goes down then your application stops working, but I am convinced I'm missing something here because it seems like such poor engineering judgement. This seems to be really common in SPAs, which is precisely where (it seems to me) you shouldn't be using a CDN. It seems the convenience of cloud based deployment pipelines is not really worth situations like this. |
|