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
Is your feature request related to a problem? Please describe.
Storybook currently supports various build tools like Webpack and Vite, but there is no direct support for the Farm build tool, which is growing in popularity due to its speed and performance benefits. I am frustrated by the fact that I cannot leverage Farm’s fast build times and consistent development-production experience in Storybook projects.
Describe the solution you'd like
I would like Storybook to officially support Farm as a build tool option, similar to how it currently supports Vite. This would allow developers using Farm to enjoy its benefits within Storybook, including faster HMR and more efficient bundling, improving the overall performance and development experience.
Describe alternatives you've considered
I’ve considered manually integrating Farm with Storybook by writing custom configurations, but this is cumbersome and error-prone, especially for less experienced developers. Another alternative is to stick with Vite or Webpack, but this means missing out on the speed and consistency benefits that Farm provides.
Are you able to assist to bring the feature to reality?
no
Additional context
Farm is an extremely fast web build tool written in Rust, designed to handle large-scale projects more efficiently than tools like Webpack and Vite. It would be a valuable addition to Storybook’s supported build tools, especially for teams focused on performance and scalability. More about Farm can be found here: https://github.com/farm-fe/farm
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Storybook currently supports various build tools like Webpack and Vite, but there is no direct support for the Farm build tool, which is growing in popularity due to its speed and performance benefits. I am frustrated by the fact that I cannot leverage Farm’s fast build times and consistent development-production experience in Storybook projects.
Describe the solution you'd like
I would like Storybook to officially support Farm as a build tool option, similar to how it currently supports Vite. This would allow developers using Farm to enjoy its benefits within Storybook, including faster HMR and more efficient bundling, improving the overall performance and development experience.
Describe alternatives you've considered
I’ve considered manually integrating Farm with Storybook by writing custom configurations, but this is cumbersome and error-prone, especially for less experienced developers. Another alternative is to stick with Vite or Webpack, but this means missing out on the speed and consistency benefits that Farm provides.
Are you able to assist to bring the feature to reality?
no
Additional context
Farm is an extremely fast web build tool written in Rust, designed to handle large-scale projects more efficiently than tools like Webpack and Vite. It would be a valuable addition to Storybook’s supported build tools, especially for teams focused on performance and scalability. More about Farm can be found here:
https://github.com/farm-fe/farm
Beta Was this translation helpful? Give feedback.
All reactions