Start framework, emotion css support #2817
nikolayemrikh
started this conversation in
General
Replies: 1 comment 1 reply
-
I currently have styled components working (not emotion). Not sure how it actually works under the hood, but I didn't really do anything to hook it up. I just used styled components basically as if it was a client side app, and I'm not 100% sure but it sure feels like I'm getting SSR with it too because it appears to render on the screen super fast. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use Emotion with the Start framework?
• Emotion SSR Documentation
• TanStack Router Start SSR Basics
The defaultStreamHandler accepts a router and streams a response, but I’m not sure how to integrate Emotion
Beta Was this translation helpful? Give feedback.
All reactions