Skip to content

aftabdotorg/red30-nestedRoutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red30 Conference Site

inspired by Red30

React Nested Routing Project

Outlet | NavLink | useNavigate | useLocation

Output :

  1. Landing Page -

homepage

  1. Categories Section - (level 1)
  • displays list of categories with active links styling

categories

  1. Nesting Categories Section - (level 2)
  • nested Route for Individual categories

singleCategory

  1. Nesting childs of Indivial Categories Section - (level 3)
  • nested Route for session categories

singleSessionCategory

  1. Registration Form -

register

  1. Confirmation with registered credentials

confirm