Skip to content

V2.0.0

Compare
Choose a tag to compare
@solkimicreb solkimicreb released this 11 Aug 15:15
· 394 commits to master since this release

Breaking changes

  • Easy State has two named exports (easyComp and easyStore) instead of the default exported easyState. (easyState became easyComp).

  • Defining your own componentShouldUpdate will throw on error from now on. It should not be defined, as it is already optimized by easyComp.

Features

  • Added easyStore for global state management.