React Utils - v1.0.0
Yay! v1.0.0!
We've been using React Utils for a bit, and it's working great!
Latest update includes...
Add shared dependencies
This update adds hoist-non-react-statics and create-react-context
dependencies. These functions are used on several React-based projects,
and it makes sense that it comes from a single place - especially to
reduce dependency overhead and improve bundling.
These functions are exposed as hoistNonReactStatics and createContext.
Basic integration tests have been written for these functions as well
as basic README docs.