From 2bd877b7085358ae61efdcd43f840af3db123a5b Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 7 Jun 2015 18:38:25 +0300 Subject: [PATCH] Add `riot` [riot](https://github.com/riot/riot) React-like library, but with very small size. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 326c9c5..ee60bff 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [espresso.js](https://github.com/techlayer/espresso.js) - A minimal javascript library for crafting user interfaces. [![](http://spmjs.io/badge/espresso.js)](http://spmjs.io/package/espresso.js) * [canjs](https://github.com/bitovi/canjs) - Can do JS, better, faster, easier. * [react](https://facebook.github.io/react/) - A library for building user interfaces. It's declarative, efficient, and extremely flexible. Works with a Virtual DOM. +* [riot](https://github.com/riot/riot) - React-like library, but with very small size. * [thorax](https://github.com/walmartlabs/thorax) - Strengthening your Backbone. * [chaplin](https://github.com/chaplinjs/chaplin) - An architecture for JavaScript applications using the Backbone.js library. * [marionette](https://github.com/marionettejs/backbone.marionette) - A composite application library for Backbone.js that aims to simplify the construction of large scale JavaScript applications.