cguliuzza / tina-dev-site

Christina Guliuzza | Webflow & React Frontend Developer
https://www.christinaguliuzza.com
0 stars 0 forks source link

Render client and server components #1

Closed cguliuzza closed 1 year ago

cguliuzza commented 1 year ago

This PR has examples of rendering client and server components.

Note: There are 3rd party components that have yet to add the "use client" directive. You will have to wrap them in your own client components.

When to use client vs server components

Basically always use server components for all of your components unless it falls in 1 or more of these: