appyx
appyx copied to clipboard
Model-driven navigation + UI components with gesture control for Compose Multiplatform
Navigation, interactions, and all components
Vote on this comment (add an emoji) if you'd like us to prioritise adding support for Kodein in Appyx Nodes.
**Vote on this comment (add an emoji) if you'd like us to prioritise adding support for Hilt in Appyx Nodes.** This ticket is aggregator. Related issues & discussions: - #114...
Check if it makes sense to implement ViewModel support on top of RetainedInstanceStore. Similarly to [this](https://github.com/bumble-tech/appyx/pull/322/files), one of the possible solutions: 1. `Node` implements `ViewModelStoreOwner` interface 2. `RetainedInstanceStore` stores and...
It's noticeable in `gradle build` that all web samples are built sequentially rather than in parallel (and they take rather long with packaging js). We could potentially improve our build...
We have an excessive amount of related methods, do we really need all of them? ```kotlin abstract fun ModelState.destroyedElements(): Set abstract fun ModelState.removeDestroyedElements(): ModelState abstract fun ModelState.removeDestroyedElement(element: Element): ModelState abstract...
Idea: - Embedded samples in mkdocs could start some autoplay (a series of operations to execute on the model) - As soon as the cursor enters the iframe the autoplay...
At the moment `InteractionModel` takes a lambda parameter that returns an instance of a `MotionContoller`. This approach is not convenient for the clients when they need to observe `MotionContoller`. For...
Let's mark all relevant classes & methods with the appropriate annotation.