Next - foundation Next.js 공식 문서를 보면서 학습한 내용을 정리할 예정입니다. 첫 번째 글은 Next 공식 페이지에서 제공하는 Learn Next.js 에서 기초 내용으로 Next.js가 무엇인지 알아봅니다. Next.js? Web SDK server rendering, typescript support, smart bundling, route, re-fetching 등 next.js에서는 웹을 만드는 데 필요한 모든 도구가 있다. Bundling block of a web applictaion 모던 웹을 빌딩할 때 몇 가지 생각할 것이 있다. User Interface Routing 앱의 다른 파트를 검색하는 방법 data fetching 데이터의 위치와 가져오는 방법 render..