More with Less
A lightweight JavaScript framework to add reactivity in a snap
<body data='{"counter":0}'>
<button click="counter++;">Increment</button>
<p lint>Count is: {{counter}}</p>
<script src="./Fjall.js"></script>
</body>
- data
- if / else
- click
- for
- lint
FjallJS is as tiny as you need with only 177 lines of JS
Use less JavaScript write more HTML
All you need is One script tag
Download Locally Here
Run from the link with a script tag
<script src="https://guyotjs.github.io/FjallJS/build/fjall-min.js"></script>
Liscensed with MIT