Skip to content

🎉 v1.0 released with Braking Changes

Compare
Choose a tag to compare
@jcouyang jcouyang released this 10 May 15:51
· 251 commits to master since this release
c2784b4
  • rewrite in TypeScript, now its Type Safe to use react-most
  • sink$ is now update$
  • now {update$, actions} is called Machine
  • no more support for flat function as actions, all actions function need to put in machine.actions
  • you can find the machine in react-most connect component via component.machine
  • connect(blah) where blah function should be a Plan type, a Plan must return a Machine
  • compose will return a flat HoC instead of multilayer HoC, where machines are merge together