UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

16 lines (8 loc) 719 B
## Builder.io + Qwik An example of using [Builder.io's](https://www.builder.io/) visual editor with Qwik. See the catchall route at [src/routes/[...index]/index.tsx](src/routes/[...index]/index.tsx) for the integration code. Registered components can be found in [src/components/builder-registry.ts](src/components/builder-registry.ts) ### Docs See our full integration guides [here](https://www.builder.io/c/docs/developers) Also, when you push your integration to production, go back and update your preview URL to your production URL so now anyone on your team can visuall create content in your Qwik app! Also, to integrate structured data, see [this guide](https://www.builder.io/c/docs/integrate-cms-data)