Skip to content

Files

Latest commit

4018d4a · Mar 29, 2021

History

History

04-reactmeetups

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).