Next.js Discord

Discord Forum

Tailwind CSS good for Performance?

Answered
RS posted this in #help-forum
Open in Discord
Avatar
RSOP
Is Tailwind CSS good for performance with next js 14 app router?

Currently, with my project i can see tailwind has created huge file which is render blocking and creating performance bottleneck
Answered by gin
it will not impact perfomance like javascript will do so just ignore it
View full answer

8 Replies

Avatar
RSOP
@gin how to avoid render blocking css?
can you please help with some resources or ideas
Avatar
@RS <@759064479521701888> how to avoid render blocking css?
Avatar
well u cant avoid it
its normal behaviour from your client to complain about render blocking css
but thats normal if u load a bundle
Avatar
it will not impact perfomance like javascript will do so just ignore it
Answer
Avatar
RSOP
Got it Thanks for help @gin