Arrow JS
Features
- Observable data.
- Declarative/Reactive DOM rendering.
Philosophy
- simple
- modern
- "Arrow relies heavily on modern features of JavaScript such as template literals, modules (think
import
andexport
), and Proxies."
- "Arrow relies heavily on modern features of JavaScript such as template literals, modules (think
- performant