all repos — h3 @ ffa286eb0ef6006196acb6cccbd82c9895535c78

A tiny, extremely minimalist JavaScript microframework.

Mentioned LitePad.
h3rald h3rald@h3rald.com
Wed, 10 Jun 2020 22:54:10 +0200
commit

ffa286eb0ef6006196acb6cccbd82c9895535c78

parent

0c33bed966605c1dab83f2ea97c4a65272167018

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -38,6 +38,10 @@ ### Something more complex?

Have a look at the code of a [simple todo list](https://github.com/h3rald/h3/tree/master/docs/example) ([demo](https://h3.js.org/example/index.html)) with several components, a store and some routing. +### No, I meant a real web application... + +OK, have a look at [litepad.h3rald.com](https://litepad.h3rald.com) — it's a powerful notepad application that demonstrates how to create custom controls, route components, forms, and integrate third-party tools. The code is of course [on GitHub](https://github.com/h3rald/litepad) + ### Can I use it then, no strings attached? Yes. It's [MIT-licensed](https://github.com/h3rald/h3/blob/master/LICENSE).