Base Implementations
SDS Installation
React Router Dom
General Structure of the Project
App.tsx
|__ BrowserRouter
|__ div/section (Most external container of the app)
|__LinksCollection (Optional wrapper)
| |__AppNavbar
| |__AppNavbarGroup
| | |__NavLink (React Router Component)
| | | |__AppNavbarItem
| | |__(...)
| | |__AppNavbarStaticItem
| |__AppNavbarCustomArea
|
|
|__RoutesCollection (Optional wrapper)
|
|__Routes/Switch (Depends on react-router-dom version)
|__Route
| |__Page/View
| |__Wizard
| |__AppPage
| |__AppPageNav
| |__AppPageNavItem
| |__AppPageNavNestedItem
| |__AppPageActions
| |__AppPageContent
|
|__Route... (Repeat structure) Components List
React-Router-Dom components
SDS Components
Last updated