@raghavm/hyperdom
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

HyperDOM

DOM Manipulation on Steroids. Inspired by Hyperscript and JSX.

Including HyperDOM (ESM):

  1. You can use jsDelivr's Github CDN. (Easiest)

    import HyperDOM from 'https://cdn.jsdelivr.net/gh/raghav-misra/hyperdom/lib/hyperdom.js';
  2. Or, you can install it through NPM. (recommended)

    npm install hyperdom
    import HyperDOM from 'hyperdom';

Primary Functions:

...

Helpers:

...

License:

HyperDOM is distributed under the MIT license. So do whatever you'd like with it.

Package Sidebar

Install

npm i @raghavm/hyperdom

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

8.08 kB

Total Files

14

Last publish

Collaborators

  • raghavm