arfa-runtime
v0.1.16
Published
<div align="center"> <a href="https://wixarm.github.io/Arfa-Runtime/"> <picture> <img alt="Arfa runtime logo" src="/docs/assets/logo.png" height="160" /> </picture>
Downloads
20
Readme
Runtime package for the Arfa JS framework.
It provides the core building blocks that Arfa apps need at runtime:
- JSX pragma (
h,Fragment) for compiling JSX into VNodes - Renderer for mounting and updating components
- Router with file-based routing, layouts, guards, and 404 handling
see the documentation of Arfa JS
Installation
npm install arfa-runtime
