Styled jsx on Next js 14 SSR #66947
Unanswered
rajendransoundar
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
By default styled jsx on client-side components. My existing project is based on an app router (next js 13) by default client-side rendering. So all the style jsx is generated on the SSR within the HTML. But when I migrated to the next js14 styled jsx loaded on the client side after some minute delay which caused the CLS and UI to distort up to styles loading. What is the solution for this?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions