-
Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular. It makes building stunning UIs organized and efficient.Pricing:
- Open Source
#React #React Components #Developer Tools 225 social mentions
-
Powerful component libraries & styleguides that fit the way you work.Pricing:
- Open Source
For a bit more simple alternative I might suggest Fractal - https://fractal.build . While it doesn't have so much knobs and whistles as StorybookJS, it's easier to set up and get running for smaller projects.
#CSS Framework #React #Web App 3 social mentions
-
Easily share reusable components between projects and applications to build faster as a team. Collaborate to develop, publish and manage components and modules at any scale without overhead.Pricing:
- Open Source
For those looking of component showcase I'd kindly advise to also look at https://bit.dev, https://github.com/teambit/bit . It is a standalone service that hosts your components, providing each of it as a npm package. You end up developing the components in a separate repo, and in your main app repo you install each component as dedicated npm package. Those who get excited by `separation of concerns` pattern should find this a real joy.
#Software Development #Code Collaboration #Software Development Tools 57 social mentions
-
NOTE: Percy has been discontinued.Your all-in-one visual testing solution. The new way to design, develop, and deliver software with confidence.Pricing:
- Open Source
- Freemium
- Free Trial
- $29.0 / Monthly (Unlimited users, 10k snapshots included)
The combination of cypress and something like percy (https://percy.io/) has made me completely lose interest in testing components independently. The components that make up a UI are an implementation concern that I don't really care about testing independently. I can write automated tests to verify that a component in a relevant context still functions, and can have a check at PR time to verify that the UI hasn't changed unexpectedly.
#Automated Testing #Developer Tools #Visual Bug Reports 17 social mentions