Dominic Nguyen
@domyen.bsky.social
81 followers 18 following 30 posts
Makes frontend tools and tweets about how. Founder at Chromatic + StorybookJS
Posts Media Videos Starter Packs
domyen.bsky.social
Parsimony is going to matter for folks deploying AI in their orgs. Or you end up lighting your budget on fire. 🤷

Anyone done similar benchmarking, what did you find?
domyen.bsky.social
Better context > more context. Been running experiments on LLM cost:

- Vanilla prompt $0.71
- With Storybook MCP: $0.39

That’s 45% fewer tokens for the same job.
Token parsimony. 45% fewer tokens if you provide better context.
domyen.bsky.social
Anyone done DevRel or advocacy within a marketing team?
domyen.bsky.social
for sure Alex, happy to share the technical approach we used. I'll DM you.
domyen.bsky.social
It was only when we considered a11y a pipeline and not a checklist that things actually changed.

We were able to block merging regressions and finally had visibility into the scope of the issues.

Before +17,000 » after 6,579.
domyen.bsky.social
We cut @chromatic.com total accessibility violations by over 66% in the last 6 weeks. Here's how:

Over the years, we accrued a11y debt because it was everyone and no one's responsibility. Sure, we did VPATs but they were out of date the moment they were finished.
Reposted by Dominic Nguyen
storybook.js.org
Storybook 10 (now in beta) is ESM-only.

🤏 Smaller package size (15%)
🫧 Cleaner, simpler codebase
⛓️‍💥 Reduced bugs from module duplication and aliasing
🧱 A more future-proof foundation for Storybook and its ecosystem

Read all about why we’ve made the transition and what it means for you:
Storybook is going ESM-only
Smaller, simpler, and modern
storybook.js.org
domyen.bsky.social
A11y lags behind because testing doesn’t match how we build software. Why?

- Audits live outside the dev workflow
- Page-level tests create noise
- CI/CD gets blocked by a ton of old issues

Join me at SquiggleConf to build an a11y pipeline using Storybook!
Join me at squiggle conf sep 18-19 to talk about a11y pipelines
Reposted by Dominic Nguyen
squiggleconf.com
🌟 Speaker Spotlight: Dominic Nguyen

@domyen.bsky.social is a maintainer of Storybook, which does more than just visualize your components. Did you know it can help you catch accessibility issues early in your development flow?

Schedule, speakers, and more: squiggleconf.com
Poster for SquiggleConf 2025, September 18-19 Boston

Catch Accessibility Issues at the Source with Storybook

Dominic Nguyen, Chromatic Creator; Storybook maintainer
Reposted by Dominic Nguyen
storybook.js.org
Testing components that depend on things like localStorage or authentication can be tricky. Storybook makes it easy with our new module mocking API built on top of @vitest.dev's excellent mocking tools.

storybook.js.org/blog/next-ge...
The file Dashboard.stories.ts containing the code:

import { mocked } from 'storybook/test';
import { trackEvent } from '../lib/analytics.ts';

export const MyStory = {
beforeEach: () => {
/*
* The `trackEvent` function is already a mock!
* The `mocked` utility is just for proper mock function types
*/
mocked(trackEvent).mockResolvedValue({ status: 'ok' });
},
play: async () => {
// ... interact with the component
await expect(trackEvent).toHaveBeenCalledWith('dashboard-viewed');
},
};
Reposted by Dominic Nguyen
chromatic.com
🚀 Chromatic's Accessibility Testing & Dashboard are now live!

Powered by Storybook & axe, we're making accessibility compliance seamless across your entire dev lifecycle—without slowing you down.
Reposted by Dominic Nguyen
storybook.js.org
Our latest post walks through how to use the coverage reporting in Storybook 9 to be sure your components are well-tested.
Frontend test coverage with Storybook 9
Stories give you free test coverage
storybook.js.org
Reposted by Dominic Nguyen
storybook.js.org
Storybook 9 is here!

▶️ Interaction tests
♿ Accessibility tests
👁️ Visual tests
🛡️ Coverage reports
🚥 Test widget
🪶 48% Leaner
✍️ Story generation
🏷️ Tag-based organization
🌐 Story globals
🏗️ Major updates for Svelte, Next.js, React Native, and more!

Let’s dive in!
Reposted by Dominic Nguyen
storybook.js.org
Storybook 9 is now in RC! That means everything shared in this post is now even more ready for you to use in your projects.

🆙 Upgrade - npx storybook@9 upgrade

🆕 Get started - npm create storybook@9
storybook.js.org
Storybook 9 is now in beta!

It’s ready for you to try today.

Let’s see what’s inside…
Storybook 9 is now in beta
Try the future of UI testing today
storybook.js.org
Reposted by Dominic Nguyen
storybook.js.org
Frontend tests don’t have to suck. We’re hosting a live session next week to prove it.

Demoing core workflows in the SB 9 release.

You'll learn how to build fast, reliable UI tests using Storybook & Chromatic!
Live session: Frontend testing from dev to prod
Reposted by Dominic Nguyen
storybook.js.org
Storybook 9 is now in beta!

It’s ready for you to try today.

Let’s see what’s inside…
Storybook 9 is now in beta
Try the future of UI testing today
storybook.js.org
Reposted by Dominic Nguyen
storybook.js.org
Join us for a live session with @marcysutton.com from @khanacademy.org to talk about accessibility testing! We'll share testing strategies, demo what's coming in Storybook 9 next month, and answer your accessibility questions.

Happening in 24 hrs. Register now!

us02web.zoom.us/webinar/regi...
Live session. Pragmatic accessibility testing for developers. April 22, 2025, 10:00–11:00am PDT, 19:00–20:00 CET. Storybook, Khan Academy, Chromatic. Marcy Sutton Todd. Senior Engineer, Frontend Infrastructure, Khan Academy. Kyle Gach, DX Engineer, Storybook.
Reposted by Dominic Nguyen
marcysutton.com
Next Tuesday, April 22nd at 10am Pacific I'm participating in a webinar on Accessibility Testing in @storybook.js.org with @kylegach.com from the Chromatic team. You can register here: us02web.zoom.us/webinar/regi...
Pragmatic accessibility testing for developers: live session from Storybook, Khan Academy, and Chromatic. Hosted by Marcy Sutton Todd and Kyle Gach on April 22, 2025 from 10:00 to 11:00 am PDT / 19:00 to 20:00 CET.
Reposted by Dominic Nguyen
chromatic.com
The speakers lineup for our inaugural UX Engineering meetup has dropped! 🎉

If you're into building better UIs, scaling design systems, or just love a good dev talk, this one’s for you.

RSVP, spread the word, and let’s make it a good one. 👇

www.meetup.com/nyc-frontend...
UX Engineering Meetup: NYC, Thu, Apr 17, 2025, 6:00 PM | Meetup
Hello frontend developers, UX engineers, design system experts, and design engineers! Are you looking for a space to connect with fellow senior engineers and talk shop? Jo
www.meetup.com
domyen.bsky.social
Congrats on shipping!
domyen.bsky.social
Love to see this addon getting some love
Reposted by Dominic Nguyen
storybook.js.org
We're revamping the Accessibility addon in Storybook 9.0

🔍 Rule-based layout for better readability
🎯 Highlight issues in the canvas
🔗 Permalinks for sharing
🧪 Integrates with Storybook Test
🚦 Integrates with Chromatic for regression checks

storybook.js.org/blog/previe...
Screenshot of Storybook 9.0's interface showing the new Accessibility addon panel. The panel displays accessibility violations with their severity. The left sidebar shows component navigation, with indicators for stories that have accessibility violations.
Reposted by Dominic Nguyen
storybook.js.org
😍 Preview of the revamped a11y addon coming soon to SB 9.

Now includes deeplinking which simplifies repros with stakeholders.
Reposted by Dominic Nguyen
reinhold.is
It's official! I'm speaking at Svelte Summit, come see me in Barcelona in May! Can't wait to meet you all in person!
I'll be diving into @svelte.dev with @storybook.js.org, and how you can use it to write delicious Component Tests! 🚀

Might also include a surprise collab... 🙊
sveltesociety.dev
Now that speakers have been selected we want to share with you our line-up for Svelte Summit Spring 2025! We will host 16 talks across different topics during the two day conference. In addition, @mainmatter.com will also host a workshop. More details on www.sveltesummit.com
Reposted by Dominic Nguyen
shilman.net
2017-2020 was @storybook.js.org's honeymoon period. We were first time OSS maintainers, but a UI component workshop was the right tool at the right time. We could do no wrong! Then things started to unravel. 🧵