Next.js Discord

Discord Forum

RSC inside a Client component

Unanswered
West African Lion posted this in #help-forum
Open in Discord
West African LionOP
I have implemented the following example from Drilens:
https://github.com/vercel/next.js/discussions/42881

Now I have a InputText component, with a onChange etc... In this component (not passed in as child) I want to place an Icon using the example from Drilens. Only this is ofcourse not allowed because the InputText is a client-side component... I can place the Icon within a Suspense but that does not to werk very nice either because it refreshes everytime the onChange is fired...

Does someone has a good tip for my problem? 😄

0 Replies