0.2.2 • Published 11 months ago

@rhjs/rh v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

rh.js

size badge language version

🧩 Lightweight & Powerful framework

FEATURES:

  • Packed main.js only ~15kb
  • Based on @vue/reactivity
  • function component patterns
  • Not extras syntax, all in js.
  • No VDom, always dom.
  • JSX style

Table of Contents

Quick Start

<script type="importmap">
{
  "imports": {
    "@rhjs/core": "https://unpkg.com/@rhjs/rh@latest/dist/main.module.mjs",
    "@rhjs/builtin": "https://unpkg.com/@rhjs/builtin@latest/dist/main.module.mjs",
    "@rhjs/tag": "https://unpkg.com/@rhjs/tag@latest/dist/main.module.mjs"
  }
}
</script>
<div id="app"></div>
<script type="module">
  import {mount, createState} from "@rhjs/core";
  import {html} from "@rhjs/tag";

  const [count, setCount] = createState(0);
  
  mount('#app', html`
    <h1>Counter</h1>
    <button onclick=${() => setCount(c => c + 1)}>${count}</button>
  `);
</script>

More @Rhjs Details

Related Efforts

  • lit-element A simple base class for creating fast, lightweight web components
  • alpine A rugged, minimal framework for composing JavaScript behavior in your markup.
  • petite-vue 6kb subset of Vue optimized for progressive enhancement
  • solid A declarative, efficient, and flexible JavaScript library for building user interfaces.

Maintainers

@zhzluke96

Contributing

Feel free to dive in! Open an issue or submit PRs.

LICENSE

Code is licensed under the Apache License 2.0.

0.2.1-dev.7

11 months ago

0.2.1-dev.8

11 months ago

0.2.1-dev.9

11 months ago

0.2.1-dev.3

11 months ago

0.2.1-dev.4

11 months ago

0.2.1-dev.5

11 months ago

0.2.1-dev.6

11 months ago

0.2.1-dev.0

11 months ago

0.1.1-dev.10

12 months ago

0.2.1-dev.1

11 months ago

0.2.1-dev.2

11 months ago

0.1.1-dev.13

12 months ago

0.1.1-dev.14

12 months ago

0.1.1-dev.11

12 months ago

0.1.1-dev.17

12 months ago

0.1.1-dev.18

12 months ago

0.2.1-dev.10

11 months ago

0.1.1-dev.15

12 months ago

0.2.1-dev.11

11 months ago

0.1.1-dev.16

12 months ago

0.1.1-dev.19

12 months ago

0.0.30

12 months ago

0.0.31

12 months ago

0.0.32

12 months ago

0.0.33

12 months ago

0.0.34

12 months ago

0.1.1-dev.20

12 months ago

0.1.1-dev.21

12 months ago

0.1.1-dev.24

12 months ago

0.1.2

12 months ago

0.1.1-dev.22

12 months ago

0.1.1

12 months ago

0.1.1-dev.23

12 months ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

12 months ago

0.0.29

12 months ago

0.0.24

1 year ago

0.0.25

1 year ago

0.1.1-dev.1

12 months ago

0.1.1-dev.2

12 months ago

0.1.1-dev.3

12 months ago

0.1.1-dev.4

12 months ago

0.1.1-dev.5

12 months ago

0.1.1-dev.6

12 months ago

0.1.1-dev.7

12 months ago

0.1.1-dev.8

12 months ago

0.1.1-dev.9

12 months ago

0.2.1

11 months ago

0.2.2

11 months ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago