Skip to content

3.0.0

Compare
Choose a tag to compare
@developit developit released this 12 Dec 13:11
· 148 commits to master since this release

Unistore now supports React!

  • unistore is now purely the implementation of createStore()
  • unistore/preact is now { Provider, connect } for Preact.
  • unistore/react is { Provider, connect } for React.
  • You can still use unistore/full/preact to access the original single-file module

We've switched to Microbundle, check it out.