Fork me on GitHub

Zino Documentation

Chrome 18+ Firefox 14+ Mac & iOS Safari 6+ Internet Explorer 10 Internet Explorer 11 Edge

This is a microframework similar to ReactJS and Polymer but without all the bloating and additional dependencies.

To learn about the latest changes to Zino, please take a look at the Release Notes.

Features

Comparison

Name Version Size (minified & gzipped) Comment
AngularJS 4.1.3 237.41 KB  
Polymer 1.8.0 66.3 KB with Web Components Polyfill Lite
ReactJS 15.6.1 51.1 KB with Redux
Zino 4.0.x 4.7 KB Zino-light

Installation

Zino can be installed through NPM:

$ npm install -D zino

Alternatively, you can use the unpkg CDN by adding a script tag to your page:

<script src="https://unpkg.com/zino"></script>

<!-- or if you don't want Mustache Support, you can use zino-light -->
<script src="https://unpkg.com/zino/zino-light.min.js"></script>