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

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

how to active side menu in ionic3

how to add accordian to ionic project