I am using link to navigate my app currently, but I see there is an advanced navigate paradigm available.
When should I use e.g.: navigate.clear or navigate.replace ? Do these provide some benefit over link syntax and how should I determine whether to implement this on an existing app?
If the application is currently using link, is it okay to start using navigate in the same app without changing all existing links or will that cause problems?