|
|
|
|
|
by harmtrav
144 days ago
|
|
I built this as an alternative to js-framework-benchmark because those benchmarks are easy to game with framework-specific optimizations. jsbenchmarks.com is an attempt to focus on real-world patterns: mixed updates, typical DOM complexity, and common operations. The results surprised me: Angular performs best, while Solid and Svelte (which dominate traditional benchmarks) are near the bottom. I'm sure the Solid and Svelte implementations could be improved and I welcome PRs. Would love feedback on the methodology and what other scenarios to test. |
|
React, needless to say, languishes at the bottom.
Will send a PR to fix the Svelte implementation.