Search⌘ K
AI Features

Adding the Roster Page

Understand how to build the Roster page from scratch by creating a functional React component with TypeScript. Learn to set up routing to render this page within the Ionic React attendance app, enabling navigation to the new page on the specified route.

We'll cover the following...

By now, you should be comfortable adding Ionic tags into a page, but we have not created a new page from scratch yet. We will tackle that now. We will create arguably the most complicated page in the application.

Creating the page

Back in the app in the previous lesson, ...