Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable lazy compilation in Storybook #36438

Open
valerybugakov opened this issue Jun 2, 2022 · 0 comments · Fixed by #38199
Open

Enable lazy compilation in Storybook #36438

valerybugakov opened this issue Jun 2, 2022 · 0 comments · Fixed by #38199
Assignees
Labels
dx Issues and PRs related to developer experience concerns dx-announce Tag PRs with this label to include it in the monthly DX email update frontend-platform Issues related to our frontend platform, owned collectively by our frontend crew.

Comments

@valerybugakov
Copy link
Member

Context

I am thrilled to share that Storybook 6.5 will offer lazy compilation in development mode. Storybook will only compile the core runtime to get going quickly, and then it’ll build stories as you visit them. That means instant boot-up and lightning-quick rebuilds for larger Storybooks. Read on to see how it all works.

Link to the release blog post.

Implementation

  1. Upgrade Storybook to the latest version.
  2. Complete the migration to the Component Story Format.
  3. Enable the new story store in the Storybook configuration.
@valerybugakov valerybugakov added frontend-platform Issues related to our frontend platform, owned collectively by our frontend crew. dx Issues and PRs related to developer experience concerns dx-announce Tag PRs with this label to include it in the monthly DX email update labels Jun 2, 2022
@valerybugakov valerybugakov self-assigned this Jun 2, 2022
@valerybugakov valerybugakov reopened this Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx Issues and PRs related to developer experience concerns dx-announce Tag PRs with this label to include it in the monthly DX email update frontend-platform Issues related to our frontend platform, owned collectively by our frontend crew.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants