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

how to split array as per fixed length, and ionic two dates differences in min,seconds,hours

How to Add Firebase Analytics to Your NativeScript Mobile App