Skip to content

mathiaslawson/dynamic-layout-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamic-layout-Routing

Description

This is a simple app illustration that demonstrates the concept of dynamic layout Routing in react. It simply illustrates the rendering of different components based on a specific route.

Installation

git clone https://github.com/mathiaslawson/dynamic-layout-routing.git
cd dynamic-layout-routing
npm i 
npm run dev

Usage

The application has three main routes: Click on the buttons to view the dynamic layout based on the rendered routes.

  1. /auth: This route takes you to the authentication page.
  2. /chat: This route takes you to the chat page.
  3. /: This is the landing page of the application.