Bennyg123 Entangle Versions Save

Global state management tool for react hooks inspired by RecoilJS and Jotai using proxies.

0.3.8

3 years ago
  • Added un-subcribed getters to molecules and effect functions
  • Added debouncing to molecules and effect functons

0.3.1

3 years ago
  • Fix a bug with typing

0.3.0

3 years ago
  • Refactored the core code, and moved functions and hooks into their own files.
  • Updated test and read me documentation.
  • Brought in closure compiler for smaller overall builds.
  • Added the makeAtomFamily, makeMoleculeFamily and makeAsyncMoleculeFamily functions.