revik
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Revik

Reactive JS Library

** experimental, wip **

Usage

import { rvar } from "revik";

export function App() {
    const n = rvar(0);
    setInterval(() => n.set(n.value + 1), 1000);

    return <div>{n}</div>;
}
document.body.append(<App />);

Readme

Keywords

Package Sidebar

Install

npm i revik

Weekly Downloads

4

Version

0.0.4

License

MIT

Unpacked Size

4.23 kB

Total Files

5

Last publish

Collaborators

  • eekelof