Ask HN: Do you use public JavaScript CDN(like cdnjs.com), or host your own? why?

2 points by Elect2 ↗ HN

2 comments

[ 2.8 ms ] story [ 13.2 ms ] thread
I host my own, I want control and I need to be GDPR compliant.
For quick prototyping, sometimes I use a CDN like unpkg.com. Otherwise, I always host my own to avoid unnecessary dependency and latency.