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 Add Firebase Analytics to Your NativeScript Mobile App

sidemenu refresh through events

push multiple data in array(select and disselect items in array)