/FjallJS

A lightweight JS framework to add reactivity in a **snap** (Release 1.1)

Primary LanguageJavaScriptMIT LicenseMIT

# FjallJS

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>

## With attributes like

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

## 3.51kb Build

FjallJS is as tiny as you need with only 177 lines of JS
Use less JavaScript write more HTML

## Add Fjall to your project

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