This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
hono
Watch
0
Star
0
Fork
0
You've already forked hono
mirror of
https://github.com/honojs/hono.git
synced
2024-11-22 11:17:33 +01:00
Code
Issues
Releases
Activity
fea5947ea2
hono
/
benchmarks
/
jsx
/
tsconfig.json
5 lines
50 B
JSON
Raw
Normal View
History
Unescape
Escape
perf(jsx): Performance Tuning for JSX (#435) * perf(jsx): Add benchmark scripts for JSX. * perf(jsx): If included in emptyTag, return early. * perf(jsx): Process props according to type. * perf(jsx): Compare with React, Nano and Preact.
2022-07-31 14:58:59 +02:00
{
chore(benchmarks/jsx): Update benchmark (#1768) * chore(benchmarks/jsx): Update benchmark * chore: Delete files that have been added by mistake
2023-12-03 14:03:55 +01:00
"compilerOptions"
:
{
"jsx"
:
"react"
,
}
}
Copy Permalink