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 { routeAction$ } from "@builder.io/qwik-city"; export const useExampleAction = routeAction$(() => { return "This is example action data."; });