Modo
Modo copied to clipboard
[Compose] Support nested navigation
Nested navigation can be used in multimode projects to separate outer and inner logic. It also can be used in MultiScreen navigation, to share logic.
- [x] NestedWrapperScreen with state and reducer
- [x] Inner reducer support, to delegate logic like in ELM architecture.
- [x] Sample
- [x] Multimodule Sample