which CSS library is good for nextjs.
Unanswered
Filipino Venus posted this in #help-forum
Filipino VenusOP
I'm migrating a project with mostly static pages for SEO, but I'm unsure about which CSS framework to choose between Material-UI and Tailwind CSS. Which one would be more suitable for a project that requires dynamic styling of elements and fast loading?
PS: the website does not have any login and dashboard pages.
Thanks in advance
PS: the website does not have any login and dashboard pages.
Thanks in advance
7 Replies
@Filipino Venus I'm migrating a project with mostly static pages for SEO, but I'm unsure about which CSS framework to choose between Material-UI and Tailwind CSS. Which one would be more suitable for a project that requires dynamic styling of elements and fast loading?
PS: the website does not have any login and dashboard pages.
Thanks in advance
I would recommend tailwind and shadcn/ui
Filipino VenusOP
@Ray any reason for tailwind?
why utility based css is good for nextjs?
and your thoughts about component based CSS?
why utility based css is good for nextjs?
and your thoughts about component based CSS?
Material-UI use css-in-js which require a process of injecting styles into the DOM
Filipino VenusOP
are there any cons of using mui?
Mandarin fish
Panda Css (CSS-in-JS) https://panda-css.com/docs/overview/why-panda
Tailwind https://tailwindcss.com/docs/guides/create-react-app
styleX https://stylexjs.com/
=> They are new and really strong css. But if you are a old school, goes with scss (still gold as fk)
Tailwind https://tailwindcss.com/docs/guides/create-react-app
styleX https://stylexjs.com/
=> They are new and really strong css. But if you are a old school, goes with scss (still gold as fk)