DEV Community

Discussion on: How to Build A React TS Tailwind Design System

Collapse
 
rangercoder99 profile image
RangerCoder99 • Edited

Would love use all those things but my Next.js site with just tailwind and styled-components is already taking secs to render any page..using all those things you mention I think it would take a full min or more to render any page 😢

Collapse
 
hamatoyogi profile image
Yoav Ganbar

Seems like you should dig in to the problem you're having with your NextJs project @rangercoder99 .
I'd start by analysing you bundle with something like bundle analyzer.
You can check out how to set it up here: github.com/vercel/next.js/tree/can...