QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.82k stars 1.3k forks source link

[📖] Needs docs for runtime rendering to support Grapesjs like integration #4508

Open BerndWessels opened 1 year ago

BerndWessels commented 1 year ago

Suggestion

Hello, I would like to be able to create qwik pages at runtime using grapesjs. To do so I need to know how to update and render Qwik components from updated HTML in the grapesjs iFrame during runtime. (not SSR and HMR) Unfortunately there is no documentation on this topic at all. Would be great if there was an additional basic rendering example that doesn't have all the noise of the others. Thanks

maiieul commented 3 months ago

Have you been able to figure out a way to use grapesjs with Qwik @BerndWessels? A PR would be very welcomed 😊