UNPKG

@builder.io/qwik

Version:

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

6 lines (4 loc) 153 B
import { routeLoader$ } from "@builder.io/qwik-city"; export const useExampleLoader = routeLoader$(() => { return "This is example loader data."; });