diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ All in one fast & easy-to-use tool. Instead of 1,000 node_modules for develo npm install -g bun-cli ``` +## Benchmarks + +CSS: [Bun is 14x faster](./bench/hot-module-reloading/css-stress-test) than Next.js at hot reloading CSS. TODO: compare Vite +JavaScript: TODO + ### Getting started ## Using Bun with Next.js |