vercel / next-react-server-components

Demo repository for Next.js + React Server Components
https://next-rsc-hn.vercel.app
MIT License
984 stars 158 forks source link

Is the file locate at lib folder is server components? #62

Closed acche closed 1 year ago

acche commented 1 year ago

I found the doc to define the server components is


All components inside the app directory are React Server Components (RSC) by default, including special files and colocated components.

How about the files on lib folder?

leerob commented 1 year ago

Yes. All components consumed in the App Router default to server components 👍

acche commented 1 year ago

@leerob Looks like the lib folder outside the app folder in this project, is it still the server components?