Skip to content

Building a Multi-Page SPA with React Router /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"

Notifications You must be signed in to change notification settings

selmasaltik/react-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Single-Page Application Routing

Multiple Pages In Single-Page Apps

  • What & Why?
  • Using React Router
  • Data Fetching & Submission

What is a Routing?

Multi-Page Routing

Building SPAs

  • When building complex user interfaces, we typically build Single Page Applications (SPAs)
  • Only one initial HTML request & response
  • Page (URL) changes are then handled by client-side React code
  • Visible content is changed without fetching a new HTML file

React Router

About

Building a Multi-Page SPA with React Router /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published