issues
search
sc0ttj
/
component
A tiny library for isomorphic JavaScript components
MIT License
2
stars
1
forks
source link
new feature: middlware
#4
Closed
sc0ttj
closed
4 years ago
sc0ttj
commented
4 years ago
new feature: "middleware"
define an array of functions as
myComponent.middleware = [ someFunc, otherFunc ]
each function will be run at the end of
setState()
updated README, package.json, etc
myComponent.middleware = [ someFunc, otherFunc ]
setState()