Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin-schroeder/arrow-js
Reactivity without the framework
https://github.com/justin-schroeder/arrow-js
declarative reactive rendering ui ux web webcomponents
Last synced: 26 days ago
JSON representation
Reactivity without the framework
- Host: GitHub
- URL: https://github.com/justin-schroeder/arrow-js
- Owner: justin-schroeder
- License: mit
- Created: 2022-11-08T22:29:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T13:52:52.000Z (6 months ago)
- Last Synced: 2024-10-01T03:01:23.236Z (about 1 month ago)
- Topics: declarative, reactive, rendering, ui, ux, web, webcomponents
- Language: TypeScript
- Homepage: https://arrow-js.com
- Size: 934 KB
- Stars: 2,376
- Watchers: 29
- Forks: 49
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-tiny-js - arrowjs - Tagged templates + reactive data, <img align="top" height="24" src="./img/arrow-jscore.svg"> (UI Frameworks)
- my-awesome-list - arrow-js - schroeder | 2398 | (TypeScript)
README
![ArrowJS Logo](./docs/img/logo.png#gh-light-mode-only)
![ArrowJS Logo](./docs/img/logo-invert.png#gh-dark-mode-only)![test badge](https://github.com/justin-schroeder/arrow-js/actions/workflows/tests.yml/badge.svg)
![size badge](https://img.badgesize.io/https://cdn.jsdelivr.net/npm/@arrow-js/core@latest/dist/index.min.mjs.svg?compression=brotli)
[![npm version](https://badge.fury.io/js/@arrow-js%2Fcore.svg)](https://badge.fury.io/js/@arrow-js%2Fcore)## Reactivity without the framework
[Read the documentation](https://arrow-js.com).
## Features:
- The smallest (that we know of) reactive JavaScript library.
- Static by default, reactive by choice.
- No Virtual DOM.
- Ultra fast.
- Zero dependencies.
- 3 functions.
- No build tools required (or even suggested).
- All knowledge is 100% transferable — it's all native JavaScript.## Experimental
This is an experimental package. Please [read the docs](https://www.arrow-js.com) and consider starring the package to signal you are interested in further development.