HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
🥀
요한팀
/
✏️
프로젝트 기획
/
NextJs를 써야하는 이유?

NextJs를 써야하는 이유?

 
  1. SSR
    1. Authentication in SSR? https://chanwhe-kim.netlify.app/blog/ssr/
  1. SEO
  1. ISR
    1. https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration
  1. pageRouting
    1. https://nextjs.org/docs/routing/introduction
  1. dynamicRoute ssr
    1. https://nextjs.org/learn/basics/dynamic-routes
    2. https://blog.logrocket.com/implementing-ssr-next-js-dynamic-routing-prefetching/
  1. next/image
    1. https://velog.io/@joy37/NextImage에-대해-얼만큼-알아
    2. https://mingeesuh.tistory.com/entry/NEXTjs-넥스트-JS를-배워보자-3편-이미지
    3. 우리 프로젝트가 이미지를 자주 사용하기 때문에 넥스트 이미지의 장점을 활용할 수 있다.
    4.  
       
CSR, SSG, SSR를 비교
  • https://parkgang.github.io/blog/2021/09/07/lets-properly-understand-and-use-the-ssg-of-nextjs/
 
nextjs와 typescript 호환성이 좋다. 어떻게?