Building the web your way
v3 snoflake
A lightweight JavaScript framework to add reactivity in a snap
<div data='{"count":1,"update":""}'>
<span exc='update = setInterval(function(){$("count++")},100)'></span>
<p react>
8
</p><br/>
<button onclick="$('clearInterval(update)')">
Stop
</button>
</div>
sno is as tiny as you need with less than 300* 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://snojs.github.io/build/sno-min.js"></script>
Liscensed with MIT