And its 2 silly brothers Noeval and Notsopetite
A 0.27KB cousin to snocrystal
This version is for petite DOM manipulation.
This is not a framework built for scale.
Or if you think it's too slow
Use notsopetite, there is NO boilerplate,
Declare a variable
let count = 0;
Change it
$("count++");
How do I have this show up on the users end??
<!-- Make a DOM element with the id as the variable name -->
<p id="count"></p>
Now bind it in the JS.
$scope("count");
CONGRATS!! Now every time you update the variable it will reactively update the HTML.