Browse Source

Component Workbenches: Update Neutrino component preset URL (#872)

The package has since become an official Neutrino preset and was
merged into the monorepo:
https://github.com/mozilla-neutrino/neutrino-dev/issues/430
https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/react-components
main
Ed Morley 7 years ago
committed by Dan Abramov
parent
commit
30ea17e2b6
  1. 2
      content/community/tools-comp-workbenches.md

2
content/community/tools-comp-workbenches.md

@ -10,6 +10,6 @@ permalink: community/component-workbenches.html
* **[React Showroom](https://github.com/OpusCapita/react-showroom-client):** React based components catalog which provides you with markdown documentation and live examples
* **[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.
* **[Neutrino React components preset](https://neutrino.js.org/packages/react-components/)**: Create generic React components and preview them without the need to embed in an application. Plays nicely with other Neutrino middleware, so you can build, test, 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.

Loading…
Cancel
Save