react-component-playground icon indicating copy to clipboard operation
react-component-playground copied to clipboard

Minimal frame for loading and testing React components in isolation.

Results 9 react-component-playground issues
Sort by recently updated
recently updated
newest added

Hi there, Is there a React 15.x compatibility planned for this package? Could I lend a help?

Sometimes, you have a bad component which will throw an exception at `render`. It seems like that once they throw, you cannot remount any component after it due to the...

It's already a [webpack external.](https://github.com/skidding/react-component-playground/blob/85aac13d6ef9c65eab4c7f81579d4e597e8f6ec1/webpack.config.js#L6)

If your components are strictly props-based and change their state by emitting Flux actions, the usefulness of the playground is somewhat limited. What if it was possible to display actions...

enhancement

It would be nice to display auto-generated component API documentation based on the propTypes and optional comments. I have a partial implementation of this using https://github.com/reactjs/react-docgen and their markdown example....

enhancement

## Need Performance. ## Solution Disable the fixture editor in fullscreen mode. ![image](https://cloud.githubusercontent.com/assets/12442713/9196060/6c3a3ed2-4030-11e5-8c53-a67f9c2e0af4.png)

We already have [fixtures](https://github.com/skidding/react-component-playground/tree/master/fixtures/component-playground). Building a tool using itself fun!

I cloned the repo and I tried to `npm run build` but the bundle produced doesn't seem to work when linked to cosmos. I locked the versions of all packages...