Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gaearon gaearon released this 06 Jun 16:41
· 3825 commits to master since this release

The Big Rewrite!

This release wouldn't have happened without this @acdlite's wonderful gist.

New:

  • Now there is just one top Store, but you may compose your Stores using composeStores higher-order Store (seriously.)
  • Dispatcher is now part of the public API and offers (de)hydration for isomorphic apps.
  • Fine-grained subscriptions via the new <Connector select={fn}> prop
  • Less surprising, more consistent API

Read the discussion: #46