0.0.9 • Published 4 years ago

@thi.ng/hdom2020 v0.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

hdom2020

npm version npm downloads Twitter Follow

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

Usage examples

Several demos in this repo's /examples directory are using this package.

A selection:

DescriptionLive demoSource
hdom2020 test sandbox / POCDemoSource
hdom2020 drag & drop exampleDemoSource
hdom2020 & hiccup-canvas interop testDemoSource
Full umbrella repo doc string search w/ paginated resultsDemoSource

API

Generated API docs

TODO

Authors

Karsten Schmidt

License

© 2020 Karsten Schmidt // Apache Software License 2.0