From ac683f41025214a70413b86d216806b9fca01a6b Mon Sep 17 00:00:00 2001 From: Bogdan Petru Pintican Date: Wed, 6 Dec 2017 11:11:59 +0200 Subject: [PATCH] Add react-cosmos to Component Workbenches --- content/community/tools-comp-workbenches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/tools-comp-workbenches.md b/content/community/tools-comp-workbenches.md index 53733830..3f9f6fc7 100644 --- a/content/community/tools-comp-workbenches.md +++ b/content/community/tools-comp-workbenches.md @@ -11,3 +11,4 @@ permalink: community/component-workbenches.html * **[patternplate](https://github.com/sinnerschrader/patternplate)**: A platform for pattern and component library development using React. * **[UiZoo.js](https://github.com/myheritage/UiZoo.js)**: Auto-generated component development environment by the JSDoc of React components. * **[Neutrino React components preset](https://github.com/eliperelman/neutrino-preset-react-components/)**: Create generic React components and previewing them without the need to embed in an application. Plays nicely with other Neutrino middleware, so you can build, test, preview, and publish multiple React components from a single repository. +* **[React Cosmos](https://github.com/react-cosmos/react-cosmos)**: Dev tool for creating reusable React components. It scans your project for components and enables you to: render components in different states, mock dependencies (API, localStorage, etc.), see app state evolve in real time. \ No newline at end of file