Merge branch 'master' of github.com:h3rald/h3
Added description
Merge pull request #14 from h3rald/dependabot/npm_and_yarn/json5-2.2.3
H3 is a microframework to build client-side single-page applications (SPAs) in modern JavaScript.
H3 is also:
Here, look, it's just one file:
Download v0.11.0 (Keen Klingon)
Or get the minified version here.
Yes there is also a NPM package if you want to use it with WebPack and similar, but let me repeat: it's just one file.
Here's an example of an extremely minimal SPA created with H3:
import { h3, h } from "./h3.js";
h3.init(() => h("h1", "Hello, World!"));
This will render a h1
tag within the document body, containing the text "Hello, World!"
.
Have a look at the code of a simple todo list (demo) with several components, a store and some routing.
OK, have a look at 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.
Yes. It's MIT-licensed.
Go fix it! Or at least open an issue on the Github repo, pleasy.
What a weird thing to ask... sure you can: here!