You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Cookbook.md
+54Lines changed: 54 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,60 @@ See in [configuring webpack](Webpack.md#reusing-your-projects-webpack-config).
297
297
298
298
See [working with third-party libraries](Thirdparties.md).
299
299
300
+
## What’s the difference betweeen Styleguidist and Storybook
301
+
302
+
Both tools are good and mature, they have many similarities but also some distinctions that may make you choose one or the other. For me the biggest distinction is how you describe component variations.
303
+
304
+
With Storybook you write *stories* in JavaScript files:
Another important distinction is that Storybook shows only one variation of one component at a time but Styleguidist can show all variations of all components, all variations of a single component or one variation.
0 commit comments