From 407c243936ed7c8f47d14a994b6f1acef20bb090 Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Thu, 5 Mar 2020 14:44:08 +0100 Subject: [PATCH] updated README with some info and link --- README.md | 25 ++++++++++++------------- test/basic.html | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6f296a97..8166712c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ A **Fast & Light Virtual DOM Alternative** available for [Node.js](https://viper [![Greenkeeper badge](https://badges.greenkeeper.io/WebReflection/hyperHTML.svg)](https://greenkeeper.io/) ![Blazing Fast](https://img.shields.io/badge/speed-blazing%20๐Ÿ”ฅ-brightgreen.svg) - - - + +Following an overview of projects related, or inspired by, _hyperHTML_. For a deep comparison of current libraries, feel free to [check this gist out](https://gist.github.com/WebReflection/761052d6dae7c8207d2fcba7cdede295). + + +## ยตhtml + +The latest, smallest, iteration of all best concept from this library since 2017, have been packaged in _~2.5K_. If it's extreme minimalism and great _DX_ that you are after, check [uhtml](https://github.com/WebReflection/uhtml#readme) out. + + ## hypersimple If you've just started with template literals based projects and you like components, or you'd like to understand what's _hyperHTML_ capable of, give [hypersimple](https://github.com/WebReflection/hypersimple#readme) a try ๐ŸŽ‰ @@ -68,19 +77,6 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR - - - -### Seamlessly Isomorphic -No matter if you use ESM or CommonJS, you can use [hypermorphic](https://github.com/WebReflection/hypermorphic#hypermorphic-) -to load same features on both client and server. - -```js -// ESM example (assuming bundlers/ESM loaders in place) -import {bind, wire} from 'hypermorphic'; - -// CommonJS example -const {bind, wire} = require('hypermorphic'); -``` - -- - - ### V2.5 Highlights * `` tags for both custom elements and any other as well ๐ŸŽ‰ @@ -102,6 +98,9 @@ Following most important changes in version 2: A proper documentation full of examples can be found in [viperhtml.js.org](https://viperhtml.js.org/). +**Please Note** that _viperHTML_ has been deprecated, so it doesn't grant 100% features parity anymore. + + ## Basic Example The easiest way to describe `hyperHTML` is through [an example](https://webreflection.github.io/hyperHTML/test/tick.html). ```js diff --git a/test/basic.html b/test/basic.html index 9cb28e02..5cb6b3c9 100644 --- a/test/basic.html +++ b/test/basic.html @@ -11,7 +11,7 @@