So I go to the documentation, select “React” from the dropdown to show React documentation, and then click router-outlet.
Then I read “Router outlet is a component used in routing within an Angular or Vue app.”, which is followed by a note:
Note: this component should only be used with Angular and Vue projects. For vanilla or Stencil JavaScript projects, use
ion-router
andion-route
.
This is very confusing to me because I already clicked “React” in the documentation and then the notes mention Angular, Vue, vanilla-- everything except React! So can/should I use this component in React or not?
1 post - 1 participant