snojs

# snojs *

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>

## With attributes like

  1. data
  2. if
  3. click
  4. for
  5. react
  6. incl
  7. exc

## 4.04kb Build

sno is as tiny as you need with less than 300* lines of JS
Use less JavaScript write more HTML

## Add sno to your project

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