GitXplorerGitXplorer
s

observe

public
39 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
789d0db4bec5a889604232e93356f9522c2f3d6d

Get ref API change

ss-panferov committed a year ago
Unverified
4017663acea18a0fa58d5a939f9a46d3753275e8

chore: Release observe version 1.2.0

ss-panferov committed 2 years ago
Unverified
84061010c33e3087853e7262e03827cd2d07a1a9

Implement microtasks for wasm

ss-panferov committed 2 years ago
Unverified
2b416b43bb90e619c4b05903b5d33bfa5f36e2e9

Allow to hash `Var<T>`

ss-panferov committed 2 years ago
Unverified
f28c254767c6424e5e31661cc177f6862127cb6d

Release observe v1.1.0

ss-panferov committed 2 years ago
Unverified
ba0a026fa623e9a5a52b9d2fc63481b911273bfe

Fix batching broken by the recent commit

ss-panferov committed 2 years ago

README

The README file for this repository.

Observe

Lightweight Rust observables inspired by MobX.

The main goal of the library is to provide a generic re-usable state management library for Rust applications and games.

Provided primitives:

  • Var
  • Value
  • Const
  • Computed
  • Reaction