Skip to content

snojs/snojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# snojs *

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="./sno.js"></script>
</body>

## With attributes like

  1. data
  2. if / else
  3. click
  4. for
  5. lint
  6. incl

## 3.75kb Build

sno is as tiny as you need with only 195 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