Replies: 1 comment 2 replies
-
It's safe in a security sense if that's what you mean, it's just not a good choice for performance. The JS script is a lot bigger than your CSS file would be, and the styles are applied at run-time which means you can have flashes of unstyled content. This is especially noticeable if you ever have elements that are dynamically added to the page after it first loads. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know the site reads "is not the best choice for production." , but can it be safe to use on low traffic sites?
What are the cons to using the cdn on a production site?
Beta Was this translation helpful? Give feedback.
All reactions