From a285ad8b7e2237879401465a2d7370f0046223b7 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Tue, 27 Jun 2017 17:58:23 +0900 Subject: [PATCH] Add HyperApp. (#405) Add HyperApp. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e10d6dc..3b7dc23 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [espresso.js](https://github.com/techlayer/espresso.js) - A minimal javascript library for crafting user interfaces. * [canjs](https://github.com/canjs/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. +* [hyperapp](https://github.com/hyperapp/hyperapp) - 1kb JavaScript library for building frontend applications. * [preact](https://github.com/developit/preact) - Fast 3kb React alternative with the same ES6 API. Components & Virtual DOM. * [nativescript](https://github.com/NativeScript/NativeScript) - Build truly native cross-platform iOS and Android apps with JavaScript * [react-native](https://github.com/facebook/react-native) - A framework for building native apps with React.