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
Copy file name to clipboardExpand all lines: docs/topics/overview.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,8 @@
16
16
A Compose-multiplatform navigation library that leverage [Decompose](https://github.com/arkivanov/Decompose) to create an API inspired by [Conductor](https://github.com/bluelinelabs/Conductor)
17
17
18
18
## Features
19
-
- 🚏 A `Router` that manages a FILO stack for your screen configurations
20
-
- 📦 `rememberOnRoute()` lets you retain your view model across configuration changes and gets cleared when the user leaves the screen
21
-
- ☠️ A `SavedStateHandle` to restore state gracefully after the process death. (for Android)
19
+
- 🚏 A `Router` that manages a stack, pages or slot for your screen configurations
20
+
- 📦 `rememberOnRoute()` lets you retain your state holders across configuration changes and gets cleared when the user leaves the screen
22
21
- 🚉 Multiplatform! Supports Android, WearOS, Desktop, iOS and Web
0 commit comments