ํ™ˆ์œ ํŠœ๋ธŒ๋ธ”๋กœ๊ทธTop 10
๋‚ด ํ”„๋กœํ•„

๋ฐ๋ธŒํ—ˆ๋ธŒ ์•ˆ๋‚ด
์†Œ๊ฐœ์—…๋ฐ์ดํŠธ ์†Œ์‹

๋ฐ๋ธŒํ—ˆ๋ธŒ ์ปค๋ฎค๋‹ˆํ‹ฐ

Next.js 15 is FINALLY here!

Codevolution

2024. 10. 22.

0ํšŒ

#frontend
  • Next.js 15 is officially stable and ready for production! ๐Ÿš€
  • Caching behavior for requests has changed, now giving you more control over your strategy. ๐Ÿ”
  • Request-specific APIs are now asynchronous, requiring some code updates. ๐Ÿ”Œ
  • Upgrading is easier than ever with the new npx create-next-app@canary upgrade latest command. ๐Ÿ”„
  • Next.js 15 supports React 19, but you can still use React 18 with the pages router if needed. ๐Ÿค
  • A new static route indicator makes it easier to see which routes are static or dynamic during development. ๐Ÿ’ก
  • TypeScript support has been added for the Next.js config file. โšก๏ธ
  • A new next/form component simplifies form handling with automatic prefetching, client-side navigation, and progressive enhancement. โœ๏ธ

Recommanded Videos