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