Storybook 8.5

Search for a command to run...

No comments yet. Be the first to comment.
Bun, the hyper-fast JavaScript runtime known for its incredible speed and Zig-based architecture, is being completely rewritten in Rust. For a project that has over 22 million monthly downloads and ea

Next.js 16.3 is almost here, and it's packed with a ton of improvements and let's see them in this post 1.Instant Navigation For a while now, there’s been a valid, lingering debateServer Components vs

It’s official. React has merged its long-awaited Rust port of the React Compiler (formerly known as React Forget) into the main repository. What started as an experimental research project by Joseph S

If you follow modern technology trends, you have likely been led to believe that artificial intelligence is entirely built on Python. Every tutorial, machine learning framework documentation, and open

Just when the JavaScript ecosystem was catching its breath after last week’s TanStack Router compromise, the Mini Shai-Hulud supply chain worm has continued its relentless march. Developed by the thre

Storybook has long been the go-to workshop for building, documenting, and testing UI components. It’s a tool loved by developers worldwide, from small startups to major players like Slack and Audi. With the release of Storybook 8.5, the platform takes a significant leap forward, introducing features designed to make UI development more inclusive, efficient, and powerful.
Let’s dive into the highlights of this game-changing update.
Modern UI development increasingly requires accessibility (a11y) compliance. From the European Accessibility Act (effective June 2025) to existing regulations for government services, accessible design is no longer optional.

The updated Accessibility Addon in Storybook 8.5 simplifies this process. Built on the robust axe-core library, it checks your components against the Web Content Accessibility Guidelines (WCAG) and other best practices.
Previously, you had to manually check each story for a11y violations. Now, with just one click, you can

Run accessibility checks across your entire Storybook.
Get real-time feedback on every story.
This ensures that your UIs are not only functional but also accessible to all users, regardless of ability.
Code coverage measures which parts of your UI code are tested during a test run. It ensures your test suite is comprehensive, helping you catch bugs before they reach users.

During a test run, Storybook Test collects coverage data.
Results are displayed in an intuitive UI.
You can click to view detailed reports, down to individual lines of code.
This feature is a game-changer for teams aiming to maintain high-quality standards without compromising on speed.
Testing hundreds or thousands of components can be time-consuming. Storybook 8.5 addresses this with Focused Tests
Test a single story, component, or group of components.
Get instant feedback within Storybook’s workshop.
This approach is perfect for quick iterations on specific components while leaving full test runs for your CI pipeline.
React Native developers, rejoice! Storybook 8.5 introduces the React Native Web Vite (RNW-Vite) framework. It uses React Native Web to

Render your React Native components in the browser.
Work seamlessly with over 500 public Storybook addons.
Provide a faster and easier setup than previous tools.
This officially supported framework replaces the community-maintained Webpack-based addon, ensuring compatibility with Storybook Test and improved performance.
Storybook 8.5 is packed with features to make UI development more inclusive, efficient, and powerful.
For new projects
npx storybook@latest init
To upgrade an existing project
npx storybook@latest upgrade
Check more about Storybook 8.5 from the official document - https://storybook.js.org/