This repository was archived by the owner on Sep 14, 2023. It is now read-only.
v3.0.0
3.0.0 (2018-11-24)
Features
- rename
derefuseAtom; add non-hookderef;selectoption (f714acc)
BREAKING CHANGES
derefis no longer a custom React hook and therefore function components that
call it will no longer be subscribed to the Atom's state.derefnow only reads Atom state and is
therefore useful for reading Atom state from outside function components. The previous behavior of
derefis now available in theuseAtomfunction, which is a custom React hook.