React Storybook, a UI development environment
Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components.
Source: Storybook - UI dev environment you’ll love to use
The testing aspect is especially interesting to me.