fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.15k stars 122 forks source link

Update views-navigation.md #788

Closed reigam closed 4 years ago

reigam commented 4 years ago

Without the added "| ShowAbout status ->" the modal page won't show up. Without the added "popped = fun args -> dispatch (ShowAbout false)" using the back button (hardware or navigation) will cause every other dispatch call to re-push the "About" page.