Problems with UI Lib in NextJS.
Unanswered
Jack Snipe posted this in #help-forum
Jack SnipeOP
So, I'm using Shadcn for a B2B website. The problem is that I also have the CMS and the client want to use CMS in the same repository. So here is 2 options for me right now
1. Keep using Shadcn, but that I have to do a lot of things
2. Use Antd for cms. But by doing that, I have to install antd. So as I know, each page of nextjs only download the necessary packages. So in this case, It's only the antd will be using when I'm on the CMS page, right?
1. Keep using Shadcn, but that I have to do a lot of things
2. Use Antd for cms. But by doing that, I have to install antd. So as I know, each page of nextjs only download the necessary packages. So in this case, It's only the antd will be using when I'm on the CMS page, right?