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"
- Host: GitHub
- URL: https://github.com/selmasaltik/react-meetups
- Owner: selmasaltik
- Created: 2024-11-19T17:49:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T00:18:27.000Z (5 months ago)
- Last Synced: 2025-01-30T08:31:19.056Z (3 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://react-meetups-beta-self.vercel.app
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)