levand / quiescent

A lightweight ClojureScript abstraction over ReactJS
Eclipse Public License 1.0
613 stars 46 forks source link

Add `componentWillUpdate` lifecycle wrapper #14

Closed neatonk closed 10 years ago

neatonk commented 10 years ago

This PR adds the on-will-update and on-will-render lifecycle wrapper fn's. These can be used to prepare the page for an update, e.g. by adding or removing a class to trigger an animation.