You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does seem superfluous to the superglue state which has a currentPageKey. I think we can safely refactor and convert the nav component to a functional one and maybe even move navigateTo outside the component that can be imported on demand instead of injecting into each page component.
Thinking about navigateTo a bit more, as it exists today, it also prevents a refactor of visit and remote in #107
The text was updated successfully, but these errors were encountered:
The Nav component is an older class based component that has an internal state that looks like this:
It does seem superfluous to the superglue state which has a currentPageKey. I think we can safely refactor and convert the nav component to a functional one and maybe even move
navigateTo
outside the component that can be imported on demand instead of injecting into each page component.Thinking about
navigateTo
a bit more, as it exists today, it also prevents a refactor ofvisit
andremote
in #107The text was updated successfully, but these errors were encountered: