UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

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