Alex Sidorenko(@asidorenko_) 's Twitter Profileg
Alex Sidorenko

@asidorenko_

Making short videos about Next.js

ID:4885926545

calendar_today07-02-2016 21:44:20

2,0K Tweets

24,8K Followers

259 Following

Alex Sidorenko(@asidorenko_) 's Twitter Profile Photo

The pages and the app router can be used together in one Next.js project.

This might be helpful for incremental migration to the app router.

account_circle
Alex Sidorenko(@asidorenko_) 's Twitter Profile Photo

'use client' marks a boundary between the server and client code on the module dependency tree.

Every component imported in a file with 'use client' automatically becomes a client component.

We can still pass server components as props to the client components.

account_circle