MaskingTechnology / jitar

Distributed runtime for JavaScript and TypeScript
https://jitar.dev
MIT License
121 stars 9 forks source link

Integration: qwik #151

Open basmasking opened 1 year ago

basmasking commented 1 year ago

Context To make it easier to start jitar using the frameworks developers are known with, we need to create integrations and examples for the most popular frameworks.

Solution To support developers that use qwik we need a plugin and an example how to use it with qwik.

basmasking commented 1 year ago

https://qwik.builder.io/docs/advanced/vite/

basmasking commented 1 year ago

@petermasking I added a first setup of the Vite + Qwik + Jitar example, but I need a bit of help with styling the end result.

basmasking commented 11 months ago

After fixing the styling, we figured that qwik doesn't generate an index.html file, so it won't run on jitar default setup. @petermasking and I have discussed about this, and we will drop the Qwik implementation for the starter and jump directly to QwikCity with SSR.

basmasking commented 4 weeks ago

Vite itself seems to have added Qwik to their creator, so we can simply use the same approach to integrate Jitar with it.