Reve
Reve
### What version of Bun is running? 0.3.0 ### What platform is your computer? Microsoft Windows NT 10.0.22621.0 x64 ### What steps can reproduce the bug? Use `bun init` and...
I have benchmarked Deno a few times on my machine and many benchmarks Deno is 2x slower than Bun Maybe you can try use another benchmarking tool like `wrk` or...
Maybe write a TODO app for each framework with some authentications. See how hard it is to write a simple TODO app and compare the performance (signup/login API and rendering)
Support hydration for SSR
Merge this if you like the changes
### What is the problem this feature would solve? This feature will add a faster way to transform JSX to string on the server-side, Similar to Deno precompile JSX ###...
Mapl: https://mapl.pages.dev/ Add a Mapl implementation for Bun and Deno with a sub-optimal query parser. Bun: Add correct checks and remove unnecessary conditionals (You can change this for Elysia as...
Currently the recursive API ([`lazy()`](https://valibot.dev/api/lazy/)) requires specifying the schema type for type inference to work, which for complex types can be harder to maintain. I don't know what approach is...
### Describe the bug I'm not sure it is a bug or not but terser seems to work with this pattern. ### Input code ```typescript ``` ### Config ```json ```...
### Describe the bug swc only evaluates one check for some reason. ```ts let n, hooks, isHydrating = !1; isHydrating = !0; let localDeps = '', localDepsCnt = 0, injectDependency...