@thi.ng/hdom2020
v0.0.9
Published
Experimental exploration for a new @thi.ng/hdom w/ entirely new, largely reactive & diff-less approach. WARNING: Your existing code WILL break!
Maintainers
Readme
This project is part of the @thi.ng/umbrella monorepo.
About
Experimental exploration for a new @thi.ng/hdom w/ entirely new, largely reactive & diff-less approach. WARNING: Your existing code WILL break!.
Status
ALPHA - bleeding edge / work-in-progress
HIC SUNT DRACONES
Pretty much everything here is still in a state of flux (without warning!) and merely shared for those brave souls who'd like to be part of the journey, even if just to provide early feedback and such... :)
Installation
yarn add @thi.ng/hdom2020// ES module
<script type="module" src="https://unpkg.com/@thi.ng/hdom2020?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/hdom2020/lib/index.umd.js" crossorigin></script>Package sizes (gzipped, pre-treeshake): ESM: 3.78 KB / CJS: 3.93 KB / UMD: 3.92 KB
Dependencies
- @thi.ng/adapt-dpi
- @thi.ng/api
- @thi.ng/atom
- @thi.ng/checks
- @thi.ng/errors
- @thi.ng/hiccup
- @thi.ng/hiccup-canvas
- @thi.ng/paths
- @thi.ng/rstream
Usage examples
Several demos in this repo's /examples directory are using this package.
A selection:
| Description | Live demo | Source | | --------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | | hdom2020 test sandbox / POC | Demo | Source | | hdom2020 drag & drop example | Demo | Source | | hdom2020 & hiccup-canvas interop test | Demo | Source | | Full umbrella repo doc string search w/ paginated results | Demo | Source |
API
TODO
Authors
Karsten Schmidt
License
© 2020 Karsten Schmidt // Apache Software License 2.0
