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.
git clone https://github.com/mathiaslawson/dynamic-layout-routing.gitcd dynamic-layout-routingnpm i npm run devThe application has three main routes: Click on the buttons to view the dynamic layout based on the rendered routes.
/auth: This route takes you to the authentication page./chat: This route takes you to the chat page./: This is the landing page of the application.