The Wayback Machine - https://web.archive.org/web/20230523184910/https://github.com/react-cosmos/react-cosmos
Skip to content

react-cosmos/react-cosmos

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 23, 2023 16:58
May 23, 2023 17:08
May 23, 2023 17:08
May 23, 2023 17:08
April 25, 2023 14:07
October 5, 2019 12:07

Cosmos

React Cosmos

Note: React Server Components are now supported! Check out the Next.js integration to get started.

npm version CI Status Codecov Twitter Discord PRs Welcome

Sandbox for developing and testing UI components in isolation.

  • Visual TDD. Develop one component at a time. Isolate the UI you're working on and iterate quickly. Refreshing your whole app on every change is slowing you down!
  • Component library. Bookmark component states, from blank states to edge cases. Your component library keeps you organized and provides a solid foundation of test cases.
  • Open platform. Integrate with Webpack, Vite, or any other bundler. Add snapshot or visual regression testing. Create custom decorators, UI controls, or server plugins.

🚀 Get started · Live demo · Documentation · Sponsor

React Cosmos