I am making a website where SEO matters, and thus it should be fast. It should be as much server rendered as possible.
I plan to use tailwind for styling, please let me know if tw merge is a static solution or not.
Secondly, I'll use ark-ui instead of its shadcn, given its state on GitHub, and I'm also not a fan of having all the components available at source since some not so smart people in my team could potentially modify the component source directly.
Anyways, the problem with ark is the bundle size. It use zagjs under the hood which is 100kb uncompressed (checked using vite bundle analyser). I modified this sandbox
That feels like a lot. How does next js help with this?