<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>
npm install arfa-runtimeRuntime 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
---
``bash
npm install arfa-runtime
``