Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 556 Bytes

File metadata and controls

21 lines (15 loc) · 556 Bytes
title Basics
toc false
order 1

Basic Example

This example demonstrates some of the basic features of React Router, including:

  • Layouts and nested <Route>s
  • Index <Route>s
  • Catch-all <Route>s
  • Using <Outlet> as a placeholder for child routes
  • Using <Link>s for navigation

Preview

Open this example on StackBlitz:

Open in StackBlitz