-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed as not planned
Labels
topic/configBabel, Webpack, ESLint, Prettier, etc.Babel, Webpack, ESLint, Prettier, etc.topic/storybook
Description
- Allow for complete overriding of Storybook config, rather then merging [Bug?]: Can't customize Storybook! #6854
- Better understand which Storybook defaults we are overridding - e.g.
sbConfig.module.rulesinwebpackFinal,typescript.reactDocgen
- Better understand which Storybook defaults we are overridding - e.g.
- Allow for better independent deployment of Storybook artifacts GraphQL mocks do not work in built/deployed storybook #5534
- Support CSF 3.0 ( see: https://storybook.js.org/blog/component-story-format-3-0/ / fix(storybook): add
argsto auto generate docs #5979 (comment) ) - Add testing to CLI command (snapshot[s]?) to better capture merged webpack output ( see: Fix: dedupe
addonswhen merging storybook main config #5592 ) - Support hot module update Storybook mocks don't hot module update #4717 - [ list of TODOs ]
- Add ability for stories around "stock" Redwood components (e.g.
NotFoundPage,SignupPage,LoginPage, ...) to be generated ( [RFC]: Add Stories, Tests, and Metatags to the Scaffold Generators #6518 ) - provide better CLI mappings ( e.g.
--no-opensuggestion [ [Bug]: Storybook opens automatically though CLI doc implicitly suggests otherwise #6062 ] ) - Support merging
webpackFinal/managerWebpackfix: handle StorybookwebpackFinalmerging separately #5957- Support
asyncfields in Storybook configs ( see: https://github.com/survivejs/webpack-merge#limitations )
- Support
- Update generators to add
argsso docs addon works as expected ( see: Docs tab shows 'no code available' when using CSF format storybookjs/storybook#8104 (comment) )
Context:
From @dthyresson
Noticed that Storyboook does not render the NotFoundPage. I was customizing one and wanted to preview. ...
We may want to add one to the template. ...
This lead to a deep dive into the ways in which the Storybook integration can be improved.
Prior art:
Honorable mention
- Support "Storyshots" [RFC]: Storybook Storyshots are working, can we get core support? #5907
jtoaryn1323
Metadata
Metadata
Assignees
Labels
topic/configBabel, Webpack, ESLint, Prettier, etc.Babel, Webpack, ESLint, Prettier, etc.topic/storybook