tracker-component icon indicating copy to clipboard operation
tracker-component copied to clipboard

autorun no longer implicitly re-running on state change

Open worldsayshi opened this issue 8 years ago • 0 comments

Breaking change. Should we up the version to 2.0.0?

This changes the behavior so that autorun blocks are no longer invalidated whenever there is a state change. They will re-run whenever there are prop changes though. I've added getState that should allow subscribing to a part of the state in an autorun block but that part is untested.

TODO:

  • Documentation updates (?)

worldsayshi avatar Jun 29 '16 16:06 worldsayshi