From ce1d0c3f37a9e0659cdf2fb0dd1dcc02f67e5e22 Mon Sep 17 00:00:00 2001 From: Huei Tan Date: Fri, 5 Aug 2016 11:19:17 +0200 Subject: [PATCH] Add preact --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b35353..62ab0cc 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,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. +* [preact](https://github.com/developit/preact) - Fast 3kb React alternative with the same ES6 API. Components & Virtual DOM. * [react-native](https://github.com/facebook/react-native) - A framework for building native apps with React. * [riot](https://github.com/riot/riot) - React-like library, but with very small size. * [thorax](https://github.com/walmartlabs/thorax) - Strengthening your Backbone.