0.1.6 • Published 3 years ago

simple-tsx-vdom-hydration v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Simple TSX VDom Hydration

NPMBadge for Gzip size

A simple implementation of hydrating server-side rendered HTML for simple-tsx-vdom.

Note: This is not intended for production nor as a proper replacement for more complete solutions like React or Preact.

Install

To get from npm simply run.

npm install --save simple-tsx-vdom-hydration

You will also need simple-tsx-vdom installed as it is a peer dependency.

Features

  • Small file size less than 1kb after compression.
  • No other dependencies other than simple-tsx-vdom.
  • Written in Typescript..
  • Simple API, adds a single high level hydrate function that is a drop in replacement for render.

License

MIT

Author

Alan Lawrey 2021

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago