Next.js Discord

Discord Forum

Improve styling loading time (tailwindCSS)

Unanswered
Tan posted this in #help-forum
Open in Discord
TanOP
I have this problem: https://www.youtube.com/watch?v=H93_iYeiwtk
When I use Fast3G I lose the styling for a few seconds. Is it normal behaviour? Under the hood I use:
- useTransition => to run actions on client component
- server actions
- revalidateTag

5 Replies

do you have this problem in production build?
TanOP
localhost
i mean next build then next start
TanOP
i had some problems running the build but in the end was working perfectly!
thanks a lot @Ray !