What’s new in Storybook 6
Blog post from LogRocket
Storybook 6 introduces several useful features for developers, such as a zero-configuration setup that allows easy integration with existing projects using a single command, and built-in TypeScript support. The update also enhances component previewing through the use of args, which allow developers to preset and control component properties in real-time within the Storybook interface, using controls that automatically adapt to the prop types. Additionally, the new version offers the ability to combine multiple Storybook projects, enabling users to reference and display stories from different frameworks like React and Angular in a single project with minimal configuration. This version aims to streamline the development process by facilitating live-editing of UI components without modifying underlying code and improving collaboration across different projects.