Lukortech-org / React-Typescript

0 stars 0 forks source link

Create initial routing #3

Closed Lukortech closed 2 years ago

Lukortech commented 2 years ago

For our application we'd like to have 3 basic routes.

We'll need layout that'll have 2 versions of it inside based on the URL we're in. We're going to create a folder structure corresponding to the page structure.

We don't need any input more than the page name rendered. For components we can have a copy-paste of MUI examples available here: https://mui.com/material-ui/react-app-bar/

Layout is the HOC that'll wrap anything happening inside the routes. https://reactrouter.com/en/main/components/outlet

Qubaka commented 2 years ago

Done #11