Reputation: 131
I want to use Tailwind CSS in Django project. When googling, I found following two ways.
Using CDN is simpler, so I will use CDN, but doc says that CDN is not the best way.
Then I have questions.
Upvotes: 0
Views: 486
Reputation: 46
Why Using CDN is not the best choice?
Using the CDN might slow down the performance of your page. (Like explained here [Minute 6:30])
Which is better?
I would personally choose a local setup, because that's the way thats the way recommended and you should find the most documentation for; and once installed right, it should work smooth and properly.
Upvotes: 1