issues
search
sc0ttj
/
component
A tiny library for isomorphic JavaScript components
MIT License
2
stars
1
forks
source link
added state validation:
#8
Closed
sc0ttj
closed
4 years ago
sc0ttj
commented
4 years ago
requires @scottjarvis/validator
pass in schema as 2nd param when creating a new componenet
setState will throw an Error if state to set is not valid
updated README etc