Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 375 Bytes

pages.md

File metadata and controls

14 lines (8 loc) · 375 Bytes

Pages

Creating a new page

  1. Create your page component under pages/<your_page_name>/

    • Perform any data fetching at the top level page component
    • Add other components as necessary
  2. Add the page the LoadableComponents.tsx as a new loadable component

  3. Add a new route for the page under Routes.tsx

  4. Add the new page to App.tsx under the router