From 9dfc8b7e5932c5316297b2df4e1c2bee40d75a38 Mon Sep 17 00:00:00 2001 From: Joni Sar Date: Thu, 1 Feb 2018 16:24:28 +0200 Subject: [PATCH] Update tools-comp-workbecnhes.md/ Added Bit Update tools-comp-workbecnhes.md/ Added Bit for component source code distribution. --- 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 78e1ddda..0c952b55 100644 --- a/content/community/tools-comp-workbenches.md +++ b/content/community/tools-comp-workbenches.md @@ -12,3 +12,4 @@ permalink: community/component-workbenches.html * **[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. +* **[Bit](https://github.com/teambit/bit)**: Isolate and share components from existing projects to make them available to install in other projects while tracking changes across projects. It helps save the overhead of keeping components in separate repositories.