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
Adds new experimental ballast-navigation module for handling URL-based routing
Breaks examples into their own projects, to focus on Ballast itself instead of bogging it down with the overhead of
multiplatform architecture.
examples/android uses Ballast purely within the
older MVC-style Views, showing how the MVI pattern is not limited to Compose or declarative UI toolkits
examples/desktop uses Ballast in a Compose
Desktop application with Material UI. Most of what's in here could be directly translated into Android Compose with
Material UI
examples/web uses Ballast in a Compose/Web (DOM)
application. In particular, it uses the hash-based Router interceptor, and is what is embedded into the
documentation site