Storybook Performance: Vite vs Webpack

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • storybook

    Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

  • There's an exploration happening to move storybook's dev server from express to fastify, but you're right, currently it's using http/1.1. I've had a hard time finding real-world benchmarks of h2 perf gains with many requests, but anecdotally in my own Vite app (not my storybook), which fetches 450 resources on page load, enabling h2 in Vite did not make a noticeable difference. I'm hopeful that fastify/h2/h3/quic might indeed give some good gains in the future, though.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to use NextJS pathname in Storybook 8

    1 project | dev.to | 29 Apr 2024
  • Storybook not picking up tailwindcss

    1 project | dev.to | 17 Apr 2024
  • Add Cypress, Playwright, and Storybook to Nx Expo Apps

    1 project | dev.to | 19 Feb 2024
  • Javascript is hard ayy eff

    1 project | /r/Frontend | 10 Dec 2023
  • Storybook 7.6 is out!

    1 project | /r/reactjs | 1 Dec 2023