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
This is a work in progress proposal and will be updated with implementation details
For more details about where this is coming from, visit v2 Roadmap Discussion or v2 Roadmap Wiki.
This issue might get separated into multiple issues when implementation details become clearer;
interact with tabs internally
handle delegate priorities
rewrite how history is treated
rewrite back button dispatchers
Motivation
When we "navigate" through tabs within the application, this is not handled by Navigator, but is a navigation event from user's perspective. Currently, to connect parent Beamer with tabs, most often when we have child Beamers within each tab, we would define a listener in both ways and call setState() / Beamer.update(..., rebuild: false). We will try to connect the tab control with Beamer internally which should provide a better developer experience and remove the need for questioning "Am I doing this the right way?".
Furthermore, if we connect all "navigation events" with Beamer, then dealing with history and back buttons becomes trivial, hopefully.
The text was updated successfully, but these errors were encountered:
This is a work in progress proposal and will be updated with implementation details
For more details about where this is coming from, visit v2 Roadmap Discussion or v2 Roadmap Wiki.
This issue might get separated into multiple issues when implementation details become clearer;
Motivation
When we "navigate" through tabs within the application, this is not handled by Navigator, but is a navigation event from user's perspective. Currently, to connect parent Beamer with tabs, most often when we have child Beamers within each tab, we would define a listener in both ways and call
setState()
/Beamer.update(..., rebuild: false)
. We will try to connect the tab control with Beamer internally which should provide a better developer experience and remove the need for questioning "Am I doing this the right way?".Furthermore, if we connect all "navigation events" with Beamer, then dealing with history and back buttons becomes trivial, hopefully.
The text was updated successfully, but these errors were encountered: