Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 3.49 KB

README.md

File metadata and controls

48 lines (33 loc) · 3.49 KB

NextJS practice

2024 version 14 Update

  • 두 가지 router로 분기
    • app routerpages router
    • app routerpages router를 같이 사용해도 됨
    • 버전 업그레이드를 해도 routeroptimization은 동일하게 작동.

pages와 app의 차이점

  • app router에서는 data fetching, routing 방법이 바뀜
    • getStaticProps, getServerSideProps, getStaticPaths 사라짐

log