@arrow-js/framework
v1.0.0
Published
Framework runtime for async ArrowJS components, boundaries, and document rendering.
Readme
@arrow-js/framework

ArrowJS is a tiny, type-safe reactive UI runtime built around JavaScript modules, template literals, and the DOM.
Docs · API Reference · Playground
What this package does
@arrow-js/framework adds the higher-level runtime pieces that sit on top of @arrow-js/core.
It provides:
boundary()for async fallback boundariesrender()andtoTemplate()helpersrenderDocument()for document-level server responses- the async component runtime used by SSR and hydration
Use it when your Arrow app needs async components, server rendering, or hydration support.
Install
pnpm add @arrow-js/core @arrow-js/framework