DannyvanSwieten / rui

0 stars 0 forks source link

Navigation #15

Open stijnfrishert opened 1 year ago

stijnfrishert commented 1 year ago

One of the bigger declarative UI problems is navigation between different screens. In Juce you just swap components. How will we tackle this?

DannyvanSwieten commented 1 year ago

Could think of a sort of storyboard system. The switch to a different "slide" is a request.
So a map from id to ui_builder for example.