An open API service indexing awesome lists of open source software.

https://github.com/selmasaltik/react-meetups

A (Pretty Deep Dive) Introduction to Next.js /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
https://github.com/selmasaltik/react-meetups

api-routes data-fetching fallback getserversideprops getstaticpaths getstaticprops incremental-static-regeneration isr metadata mongodb-database nextjs page-router pre-rendering react revalidate server-side-rendering ssg ssr static-generation static-site-generation

Last synced: about 1 month ago
JSON representation

A (Pretty Deep Dive) Introduction to Next.js /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"

Awesome Lists containing this project

README

        

# React Meetups

[Introduction: Pages Router](https://nextjs.org/docs/pages)

[Page Pre-Rendering](https://www.canva.com/design/DAGXJcfyTTQ/d6FVhae4bwpjpiHa05mcNg/view?utm_content=DAGXJcfyTTQ&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=h5fc500b44d)

[Building Your Application: Rendering](https://nextjs.org/docs/pages/building-your-application/rendering)

[Rendering: Server-side Rendering (SSR)](https://nextjs.org/docs/pages/building-your-application/rendering/server-side-rendering)

[Rendering: Static Site Generation (SSG)](https://nextjs.org/docs/pages/building-your-application/rendering/static-site-generation)

[Building Your Application: Data Fetching](https://nextjs.org/docs/pages/building-your-application/data-fetching)

[Data Fetching: getStaticProps](https://nextjs.org/docs/pages/building-your-application/data-fetching/get-static-props)

[Data Fetching: getStaticPaths](https://nextjs.org/docs/pages/building-your-application/data-fetching/get-static-paths)

[Data Fetching: getServerSideProps](https://nextjs.org/docs/pages/building-your-application/data-fetching/get-server-side-props)

[Data Fetching: Incremental Static Regeneration (ISR)](https://nextjs.org/docs/pages/building-your-application/data-fetching/incremental-static-regeneration)

[Functions: getStaticProps](https://nextjs.org/docs/pages/api-reference/functions/get-static-props)

[Functions: getStaticPaths](https://nextjs.org/docs/pages/api-reference/functions/get-static-paths)

[Functions: getServerSideProps](https://nextjs.org/docs/pages/api-reference/functions/get-server-side-props)

[Routing: API Routes](https://nextjs.org/docs/pages/building-your-application/routing/api-routes)

[MongoDB: The Developer Data Platform](https://www.mongodb.com/)

[Components: Head](https://nextjs.org/docs/pages/api-reference/components/head)

[Deploying to Vercel](https://vercel.com/docs/deployments/overview)