https://github.com/yahyatinani/re-compose
A reactive, event-driven framework for building Modern Android Apps.
https://github.com/yahyatinani/re-compose
android framework jetpack-compose kotlin-android
Last synced: 12 months ago
JSON representation
A reactive, event-driven framework for building Modern Android Apps.
- Host: GitHub
- URL: https://github.com/yahyatinani/re-compose
- Owner: yahyatinani
- License: gpl-3.0
- Created: 2021-07-24T12:28:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T14:50:41.000Z (over 2 years ago)
- Last Synced: 2025-02-10T02:51:53.162Z (about 1 year ago)
- Topics: android, framework, jetpack-compose, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Re-compose
[](https://github.com/yahyatinani/re-compose/actions/workflows/main.yml)

[](https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/yahyatinani/recompose/re-compose/)

`re-compose` is a data-oriented event driven framework for manging state in
Android Compose applications.
### Dependencies:
* **re-compose**: core module for Jetpack Compose apps.
* `implementation "io.github.yahyatinani.recompose:re-compose:$version"`
* **http-fx**: It wraps the ktor android client for http requests. (WIP)
* `implementation "io.github.yahyatinani.recompose:http-fx:$version"`
* **paging-fx**: It wraps the paging compose library. (WIP)
* `implementation "io.github.yahyatinani.recompose:paging-fx:$version"`
* **fsm**: WIP
* `implementation "io.github.yahyatinani.recompose:fsm:$version"`