ionic react project
how to create page in react ionic project
create file add a name to that file add extension
example
create file add a name to that file add extension
example
Home.tsx
Home.css
..........
add routing to App.tsx
Home.css
..........
add routing to App.tsx
<Route exact path="/home">
<Home />
</Route>
add above one in <IonRouterOutlet>
Comments
Post a Comment