brandonpayton / stream-dom

An experimental, declarative DOM library that models change and I/O using Observables.
MIT License
6 stars 1 forks source link

Consider using separate prop-types library #25

Open brandonpayton opened 7 years ago

brandonpayton commented 7 years ago

React's PropTypes has been moved its own package called prop-types. Consider whether to use this for component input types.