Modo icon indicating copy to clipboard operation
Modo copied to clipboard

[Compose] Support nested navigation

Open ikarenkov opened this issue 3 years ago • 0 comments

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

ikarenkov avatar May 16 '22 08:05 ikarenkov