was the main way to create routes in Next.js. It used an intuitive file-system router to map each file to a route. The Pages Router is still supported in newer versions of Next.js, but we recommend migrating to the new App Router to leverage React's latest features. ☞Pages Router | Next.js
(SSG)getStaticPaths()☞generateStaticParams() • (SSG)getStaticPaths()☞generateStaticParams() • (SSR)getServerSideProps()☞getStaticProps() 48 Server Components(RSC)の特徴 ☞Server Components: React.js and Next.js | by Hugo Ramon Pereira | Medium