Tailwind CSS good for Performance?
Answered
RS posted this in #help-forum
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
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
8 Replies
RSOP
@gin how to avoid render blocking css?
can you please help with some resources or ideas
@RS <@759064479521701888> how to avoid render blocking css?
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
it will not impact perfomance like javascript will do so just ignore it
Answer
RSOP
Got it Thanks for help @gin