Sunday, August 30, 2015
react-strict-prop-types
A higher order component that raises an error if a component is used with an unknown property. A property is considered unknown when it is not defined in the component
propTypes
declaration.
Wednesday, August 26, 2015
Cosmos
Cosmos scans your project for React component fixtures and loads them inside ComponentPlayground, enabling you to:
- Render your components under any combination of props and state
- See component states evolve in real-time as you interact with running instances