Something like this for immstruct structures https://github.com/tgriesser/state-types-react https://facebook.github.io/react/docs/reusable-components.html#prop-validation API sketch: ``` js const blueprint = { foo: immstruct.types.string.isRequired }; immstruct({ foo: 'bar' }, blueprint); ```
Something like this for immstruct structures
https://github.com/tgriesser/state-types-react
https://facebook.github.io/react/docs/reusable-components.html#prop-validation
API sketch: