js-framework-benchmark-report
JS Framework Benchmark Report
Use This Workflow
Do not run bare npm run results in js-framework-benchmark for this project unless the user explicitly wants the full upstream matrix.
Use the repo-local wrapper instead:
node scripts/update-js-framework-benchmark-report.mjs
That script:
- Reads the curated framework list from
benchmark-report.config.json - Regenerates
webdriver-ts-results/src/results.tswith framework filtering - Rebuilds
webdriver-ts-results/dist
For the normal shared HTML report, do not pass any --framework overrides.
More from dashersw/gea
gea-framework
Use when creating Gea applications, components, stores, routes, SSR entry points, JSX templates, or working with Gea reactivity and DOM patching.
59gea-ui-components
Guide for using @geajs/ui — a Tailwind-styled, Zag.js-powered component library for the Gea framework. Use when building UIs with @geajs/ui components like Button, Select, Dialog, Tabs, Toast, or any pre-built component from the library.
54react-to-gea-migration
Step-by-step guide for migrating React applications to Gea — covering project setup, component conversion, state management, routing, styling, and known pitfalls. Use when converting an existing React codebase to Gea or when advising on migration strategy.
22playground-browser-bundles
Rebuild the website playground browser bundles after changing @geajs/core or @geajs/vite-plugin source. Use when building browser bundles, syncing the playground, or committing changes that affect the playground preview.
18