Skip to content

Instantly share code, notes, and snippets.

@jatin-lab49
Created May 21, 2020 14:08
Show Gist options
  • Save jatin-lab49/dcad8500682ae9b6ff945a27d227daea to your computer and use it in GitHub Desktop.
Save jatin-lab49/dcad8500682ae9b6ff945a27d227daea to your computer and use it in GitHub Desktop.
TIL-Lab49/ionic-router

So, if using the IonReactRouter in your Ionic React app, do note that the Page/component does not get unmounted when navigating to another component.

This is by design, per the discussion here: ionic-team/ionic-framework#20543

Confusing, but good to know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment