v1.1.9 Released
- New feature: middleware
- allows for customisation of a components setState/render behaviour:
- define an array of functions as
myComponent.middleware = [ someFunc, otherFunc ] - each function will be run at the end of
setState()
- define an array of functions as
- allows for customisation of a components setState/render behaviour: