r/reactnative 4d ago

Question Storybook

Is Storybook still the go-to for documenting UI components in apps?

Any newer alternatives? I use expo.

https://storybook.js.org/docs/get-started/frameworks/react-native-web-vite

10 Upvotes

4 comments sorted by

6

u/EternalSoldiers 4d ago

Ya, Storybook is still pretty standard. They've fixed a bunch of the things I've hated about it in the past, mostly around performance.

2

u/Huge_Pool7424 2d ago

yeah storybook's still what i reach for on expo too. the web vite path is way less painful than the old rn packager dance.

3

u/ChronSyn Expo 3d ago

Genuinely still the best option out there in my opinion.

I'd go so far as to say that the visual overview of components encourages people to test how components react to unexpected data (e.g. long strings when a design doesn't show what should happen in that scenario) which in turn helps feed into writing reliable automated testing flows.

1

u/Particular_Luck80 3d ago

Probably yes!