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

Feature request: Official qwik integration #197

Open
kee-oth opened this issue Feb 19, 2023 · 0 comments
Open

Feature request: Official qwik integration #197

kee-oth opened this issue Feb 19, 2023 · 0 comments

Comments

@kee-oth
Copy link

kee-oth commented Feb 19, 2023

qwik is a fundamentally different framework for creating server-side-first web applications. It features resumability instead of hydration for making content interactive in the browser. It results in more performant and lighter-weight web applications.

It creates some problems with regards to integrating with certain libraries however. Two other state machine libraries are unable to make a clean integration. There's no way to easily serialize XState machines. And Zag.js usage is blocked because of the way it needs to handle event.preventDefault().

I'm wondering if Robot would consider trying to create an official qwik integration. There's a lot of people wanting a state machine library for usage within qwik applications and Robot could take advantage of this and become the standard for this use case.

Relevant links:

qwik
https://qwik.builder.io

qwik GitHub issue: State machine as first class concept
QwikDev/qwik#1171

Zag.js GitHub issue: qwik integration
chakra-ui/zag#392

Thanks!

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