ChildItems support#108
Conversation
|
|
||
| @OptIn(ExperimentalDecomposeApi::class) | ||
| @Composable | ||
| fun <C : Any> ItemsRouterLifecycleController( |
There was a problem hiding this comment.
I'm not sure about the naming. Open to suggestions.
There was a problem hiding this comment.
Hmm, we usually call this RoutedContent, maybe the same naming for this too?
|
Nice addition 🙌 Sorry i've been ignoring these PRs for a year, my bad One thing to sort before this can merge: In val items: State<ChildItems<C, RouterContext>>
get() = lazyItems.asState(lifecycle)
Actually i think i have push access to this branch so let me do that |
No description provided.