Astro Version Introducing Astro: Ship Less JavaScriptWe're excited to announce Astro as a new way to build static websites and deliver lightning-fast performance without sacrificing a modern developer experience.https://astro.build/blog/introducing-astro[Next.js] 왜 사용해야 할까? | hybrid rendering 알아보기새 프로젝트를 기획면서 그동안 배워보고 싶었던 기술 스택들을 적용해보려 한다. 그 첫번째 주자는 Next.js 이다. Next.js는 특정 규칙을 따라 코드를 적합한 곳에 넣어야 하는 framework로 React library의 개발을 별도의 설정이나 모듈 다운없이 도와준다는 장점이 있다. 공식 문서에서 이야기하는 기능은 아래와 같다.https://velog.io/@skyu_dev/NextJSThe stack overviewPerfect for frontend developers that know React / JSX and want a similar DX, but also want much more simplicity in their life by generating HTML on the server and writing as little client-side JavaScript as possible.https://ahastack.dev/aha/1-stack-overview/