Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Next JS - Data Fetching | GetStaticProps vs GetServerSideProps
183Likes
9,006Views
2020Dec 10
Courses: https://academy.eincode.com We’ll talk about the three unique Next.js functions you can use to fetch data for pre-rendering: getStaticProps (Static Generation): Fetch data at build time. getStaticPaths (Static Generation): Specify dynamic routes to pre-render based on data. getServerSideProps (Server-side Rendering): Fetch data on each request.

Follow along using the transcript.

Eincode

3.89K subscribers