Course Content


React Server and Client components

Duration: 1 minutes

Herman

Herman

Instructor

By default all React components in RedwoodSDK are Server components. We need to explicitly set the "use client" directive to tell the application that this is a Client component.