mitosis
mitosis copied to clipboard
Migrate Mitosis to latest Qwik format
Currently, Mitosis generates the original prototype version of Qwik. Update the mitosis to generate the latest qHook
syntax.
- Idea is that this will be compatible with the optimizer. (https://github.com/BuilderIO/qwik/issues/60)
- But should run without optimizer as well.
Mitosis
- [X] Incorrectly treats
css
binding ason:s
- [x] Incorrectly binds
css
instead ofstyle
Builder
- [ ] Loading
@builder.io/qwik
for each request. Should be moved to shared for performance. - [ ] Unable to load relative requests.
- [ ] Fix
underine
=>underline
@mhevery can this be closed?