Skip to content

v4.0.0

Compare
Choose a tag to compare
@solkimicreb solkimicreb released this 13 Jan 17:58
· 343 commits to master since this release

Breaking changes

  • Renamed easyComp to view.
  • Renamed easyState to store.
  • Removed the observable this.store on easyComp components. Use this.store = store({}) instead to create local observable stores yourself.

Features

  • Uses setState instead of forceUpdate behind the scenes. This delegates render scheduling to React, which makes lifecycle hooks more predictable and supports React Fiber’s priority based render scheduling.