0.7.0-beta • Published 5 years ago

preact-hook-htm v0.7.0-beta

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

preact-hook-htm

A triplicate of dependencies that I like to use together.

We use a beta version of preact because I am tired of waiting for preactX to be published. I also autobind htm to preact because I like doing that. Hopefully can not do this in the future.

Exports

Preact

export { render };

render() is from preact

Hooks

export { useState, useEffect, useRef, useReducer };

useState(), useRef(), useReducer and useEffect() are from preact/hooks

Htm

export { html };

html is Htm.bind(preact.createElement);

0.7.0-beta

5 years ago

0.6.0-beta

5 years ago

0.5.0-beta

5 years ago

0.4.1-beta

5 years ago

0.4.0-beta

5 years ago

0.3.1-beta

5 years ago

0.3.0-beta

5 years ago

0.2.0-beta

5 years ago

0.1.0-beta

5 years ago