Support react server components #2104
Answered
by
tyzh-dev
danteissaias
asked this question in
Ideas
-
Add |
Beta Was this translation helpful? Give feedback.
Answered by
tyzh-dev
May 1, 2023
Replies: 1 comment 8 replies
-
Hey @danteissaias, you should be able to add |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React Server components are in beta for now. I agree with benoitgrelard on revisiting this once a stable release has dropped.
For now you can create a wrapper around your components and put
"use client"
on top.