Skip to content
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

Consider extracting Compose support for multiplatform #61

Open
zach-klippenstein opened this issue Aug 23, 2020 · 0 comments
Open

Consider extracting Compose support for multiplatform #61

zach-klippenstein opened this issue Aug 23, 2020 · 0 comments

Comments

@zach-klippenstein
Copy link
Collaborator

zach-klippenstein commented Aug 23, 2020

People are already starting to play with running Compose on non-android platforms (eg), and this library might be useful there too.

To support this, the non-android parts of this library should be extracted into a core module (ie ViewFilter, ViewStateRenderer, etc), and the compose support should be extracted as well. A good entry point for the Compose module might be either Composer or SlotTable (the latter exists now, but might go away (#58)).

I believe this would require not require a major version bump as long as things are just moving around and the Android module declared an API dependency on the core module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant