Next.js Discord

Discord Forum

simple question

Unanswered
Gharial posted this in #help-forum
Open in Discord
GharialOP
how can i do that work ? OR is that possible ? ;
export default function MyClientComponent() {
const { prop } = zustandProps()   
return (
    <div>
      <MyServerComponent myprop={prop} /> 
    </div>
  );
}

0 Replies