{"id":21046109,"url":"https://github.com/tlaster/precompose","last_synced_at":"2025-04-13T07:23:02.981Z","repository":{"id":37212579,"uuid":"349750473","full_name":"Tlaster/PreCompose","owner":"Tlaster","description":"Compose Multiplatform Navigation \u0026\u0026 State Management","archived":false,"fork":false,"pushed_at":"2025-02-20T05:11:55.000Z","size":2329,"stargazers_count":904,"open_issues_count":45,"forks_count":50,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-27T12:43:33.906Z","etag":null,"topics":["compose-desktop","compose-ios","compose-navigation","jetpack-compose","kotlin","kotlin-multiplatform"],"latest_commit_sha":null,"homepage":"https://tlaster.github.io/PreCompose/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tlaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-20T14:39:28.000Z","updated_at":"2025-03-27T07:54:36.000Z","dependencies_parsed_at":"2023-12-10T02:29:24.040Z","dependency_job_id":"7414e177-f4ca-49d2-ade3-8a6e2b857bc4","html_url":"https://github.com/Tlaster/PreCompose","commit_stats":{"total_commits":569,"total_committers":26,"mean_commits":"21.884615384615383","dds":"0.30579964850615116","last_synced_commit":"0f79c88a4f768cf851cdaa1da36759ee2d489de1"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tlaster%2FPreCompose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tlaster%2FPreCompose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tlaster%2FPreCompose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tlaster%2FPreCompose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tlaster","download_url":"https://codeload.github.com/Tlaster/PreCompose/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246269918,"owners_count":20750320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compose-desktop","compose-ios","compose-navigation","jetpack-compose","kotlin","kotlin-multiplatform"],"created_at":"2024-11-19T14:28:00.859Z","updated_at":"2025-03-30T03:02:03.010Z","avatar_url":"https://github.com/Tlaster.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PreCompose\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/moe.tlaster/precompose/badge.svg)](https://maven-badges.herokuapp.com/maven-central/moe.tlaster/precompose)\n[![compose-jb-version](https://img.shields.io/badge/compose--jb-1.6.10-blue)](https://github.com/JetBrains/compose-jb)\n![license](https://img.shields.io/github/license/Tlaster/PreCompose)\n\n![badge-Android](https://img.shields.io/badge/Platform-Android-brightgreen)\n![badge-iOS](https://img.shields.io/badge/Platform-iOS-lightgray)\n![badge-JVM](https://img.shields.io/badge/Platform-JVM-orange)\n![badge-macOS](https://img.shields.io/badge/Platform-macOS-purple)\n![badge-web](https://img.shields.io/badge/Platform-Web-blue)\n\nCompose Multiplatform Navigation \u0026\u0026 ViewModel, inspired by Jetpack Navigation, ViewModel and Lifecycle, PreCompose provides similar (or even the same) components for you but in Kotlin, and it's Kotlin Multiplatform project.\n\n# Why PreCompose\n - Write your business logic and UI code once in one `commonMain`, and your application can be anywhere, powered by Kotlin and Compose!\n - If you familiar with Jetpack Lifecycle, ViewModel and Navigation, there will be nothing to learn.\n - Super easy to set up.\n - No need to write platform-specific code and UI.\n - Lifecycle is handled by PreCompose, you don't need to worry about it.\n - With Molecule integration, you can easily write your business logic in Kotlin Multiplatform project.\n\n# Setup\n[Setup guide for PreCompose](/docs/setup.md)\n\n# Components\n - [Navigation](/docs/component/navigation.md)\n - [ViewModel](/docs/component/view_model.md)\n - [Molecule Integration](/docs/component/molecule.md)\n- [Koin Integration](/docs/component/koin.md)\n\n# Sample\n - [Note App](/docs/sample.md#note-app)\n - [Greetings App with ViewModel in 100 lines!](/docs/sample.md#greetings-app-with-viewmodel-in-100-lines)\n\n# Credits\n\nThanks JetBrains for [supporting open source software](https://www.jetbrains.com/community/opensource/#support)\n\n\u003ca href=\"https://www.jetbrains.com/community/opensource/#support\"\u003e\n  \u003cimg src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png\" alt=\"JetBrains Logo (Main) logo.\" width=\"200\" /\u003e\n\u003c/a\u003e\n\n# LICENSE\n```\nMIT License\n\nCopyright (c) 2021 Tlaster\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlaster%2Fprecompose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlaster%2Fprecompose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlaster%2Fprecompose/lists"}