Including Ui Frameworks #15051
Unanswered
Leviathan91
asked this question in
Help
Replies: 1 comment
-
Yes, absolutely! I would recommend checking out a few of these examples.
Personally, I'm a big fan on Chakra UI. Tailwind CSS is another popular option if you don't want CSS-in-JS. I'd give the docs a read and learn more about both! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi everyone,
I want to build some websites ( starting with a own blog, that's the easiest I guess) with NextJS, because I think it's features are great.
I come more from a backend-background, currenctly working on my front-end skills but well, they are..quite limited.
So I thought to get something bootstrapped quickly, I'd use a UI Framework to help me out.
My concern is the following:
How do I include these libraries/frameworks with NextJS properly?
For example this Paper Kit React.
In its documentation it is shown that you have to load their entire CSS.
Does NextJS SSR still dismiss all the unused CSS in production? Because if it doesn't, using such a framework would actually ruin the benefits on NextJS.
So I guess my questions are:
And if I can't, my follow-up would be:
Thank you for your time
Beta Was this translation helpful? Give feedback.
All reactions