reboottime / next-boilerplate

Next.js boilerplate with my personal preference
MIT License
0 stars 0 forks source link

Nextjs 13 ~ 14 takeaways #1

Open reboottime opened 7 months ago

reboottime commented 7 months ago

Overview

this article extract next.js 13 takeaways, for someone who has been aways from next.js 1+ years.

Catch up with Nextjs 13~14 new concepts in a hour


Key takeaways

reboottime commented 7 months ago

app directory and rsc

1 minutes


Reference:

Next.js 13 Crash Course, the first 20 minutes | App Directory, React Server Components & More

reboottime commented 7 months ago

Static vs Dynamic Rendering in 13 ~ 14

Rendering ( converting your code into UI)

References