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

1.2.0 • Public • Published

BobX

MobX like library for Bobril

npm version

Changelog: https://github.com/Bobril/BobX/blob/master/CHANGELOG.md

install from npm:

npm install bobx --save

Minimal example:

import * as b from 'bobril';
import { observable } from 'bobx';

const counter = observable(0);

setInterval(() => {
	counter.set(counter.get() + 1);
}, 2000);

b.init(() => counter.get());

Readme

Keywords

none

Package Sidebar

Install

npm i bobx

Weekly Downloads

56

Version

1.2.0

License

MIT

Unpacked Size

87.5 kB

Total Files

5

Last publish

Collaborators

  • bobris