mon-jai / admin-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title toc order
Basics
false
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

About


Languages

Language:JavaScript 92.7%Language:TypeScript 4.5%Language:CSS 1.6%Language:HTML 1.2%