Skip to content

Latest commit

 

History

History

04-reactmeetups

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Events

A social networking site to summarize Next.js core concepts.

Features

  • converting a React project into a Next.js app.
  • handling server-side rendering of pages with getStaticProps and getStaticPaths.
  • connecting and querying a MongoDB Database via an API route.
  • getting data from the database for page pre-rendering.
  • working with fallback pages and revalidation to display new meetups without having to rebuild.

Based on Next.js & React - The Complete Guide by Maximilian Schwarzmüller (2021).