-
Create your page component under
pages/<your_page_name>/
- Perform any data fetching at the top level page component
- Add other components as necessary
-
Add the page the
LoadableComponents.tsx
as a new loadable component -
Add a new route for the page under
Routes.tsx
-
Add the new page to
App.tsx
under the router