-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0 roadmap #112
Comments
@arkivanov For someone starting a new project, would you still recommend using Decompose in its current state? |
@Solace-Studios Decompose is already used in production in various projects. Version |
@arkivanov That's great news! I actually just found out about it. I've been looking into RIBs as an architecture for a new cross platform comparable product to Uber these last few weeks. I was wondering how I was going to support navigation, recovery from process death, and integrate Compose and SwiftUI. This just happens to support all those things it seems. I'm running through the sample, I like it so far. Are you aware of any more companies using Decompose than this list? |
Yes I am, however I'm not sure if I can mentioned anything about it, sorry. You can try searching through GitHub, there are 3k+ code search results. |
Version |
Required tasks:
Router
tostack
sub-package and rename it toStackRouter
(see Move Router tostack
sub-package and rename it to StackRouter #134)Some
+SomeComponent
toSomeComponent
+DefaultSomeComponent
Desired tasks:
Router
access fromchildFactory
functionextensions-compose-jetpack
module (see [3.0.0] Remove extensions-compose-jetpack module #11)The text was updated successfully, but these errors were encountered: