ionic react project

how to create page in react ionic project

create file add a name to that file add extension
example
Home.tsx
Home.css
..........
add routing to App.tsx 
 
          <Route exact path="/home">
            <Home />
          </Route>

add above one in  <IonRouterOutlet>

Comments

Popular posts from this blog

Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 28

ionic project creation

change root user in ubuntu