There are a few places where we have a watcher on the current route, which is inefficient because routes are deep nested objects. In most, if not all, cases it is sufficient to watch specific route properties (e.g. to simply detect a route change, watching the path is more efficient).
There are a few places where we have a watcher on the current route, which is inefficient because routes are deep nested objects. In most, if not all, cases it is sufficient to watch specific route properties (e.g. to simply detect a route change, watching the path is more efficient).