@llui/compiler-ssr
v0.13.1
Published
LLui compiler — SSR support (opt-in). 'use client' directive handling and SSR-specific emission paths consumed by @llui/vike.
Downloads
631
Readme
@llui/compiler-ssr
Opt-in SSR transforms for LLui, layered on top of @llui/compiler.
pnpm add -D @llui/compiler-ssrProvides the 'use client' directive transforms used by SSR adapters (e.g. @llui/vike) to split client-only component code out of the server bundle. Like @llui/compiler, this is build-time tooling — you normally consume it through a bundler adapter rather than importing it directly.
