React

Next.js v14

코딩하는 Jay 2023. 10. 31. 15:38
반응형

Turbopack

  • 53% 더 빠른 로컬 서버 시작
  • 94% 더 빠른 코드 업데이트시, 새로고침

Server Actions (Stable)

  • caching과 revalidating 통합
  • 간단한 함수나 기본적인 형태로 동작

Partial Prerendering (Preview)

  • 빠른 초기 정적 응답 + 스트리밍 동적 콘텐츠

Next.js Learn (New)

  • App Router, authentication, database등의 무료 코스 추가

 

 

 

Next.js 14

Next.js 14 includes included performance, stability for Server Actions, a new course teaching the App Router, and more.

nextjs.org

 

반응형

'React' 카테고리의 다른 글

React 환경에서 Markdown 출력하기 (react-markdown)  (0) 2024.04.22
React v18  (1) 2023.10.30
[React] 이벤트 리스너에서 현재 상태가져오기  (0) 2023.06.20
[Recoil] Selectors 기본 알아보기  (0) 2023.01.27
Recoil이란?  (0) 2023.01.24