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?