Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Exploring Hono
Search
kimizuy
May 21, 2024
0
43
Exploring Hono
https://www.meetup.com/vancouver-javascript-developers/events/300162648/
kimizuy
May 21, 2024
Tweet
Share
More Decks by kimizuy
See All by kimizuy
実践Server Actions
kimizuy
0
26
ざっくり知る tamagui v1
kimizuy
0
170
個人ブログをNext13のApp Directoryに移行しました
kimizuy
0
280
最近知った GitHub Actions の Tips
kimizuy
0
240
5分で予習する Next.js 「Layouts RFC」
kimizuy
0
620
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The Cost Of JavaScript in 2023
addyosmani
51
8.4k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.8k
Git: the NoSQL Database
bkeepers
PRO
430
65k
A better future with KSS
kneath
239
17k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
What's in a price? How to price your products and services
michaelherold
246
12k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
670
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
GitHub's CSS Performance
jonrohan
1031
460k
Transcript
Exploring Hono 2024-05-21 Exploring Hono @kimizuy
Kimizu Yamasaki (Mickey) Front end engineer React & TypeScript GitHub:
https://github.com/kimizuy LinkedIn: https://www.linkedin.com/in/kimizuy/ Exploring Hono @kimizuy
What is Hono? Hono is an alternative to Express Exploring
Hono @kimizuy
Hono routing is faster than Express and other JavaScript routers
in most cases. https://hono.dev/c oncepts/benchma rks Exploring Hono @kimizuy
Hono runs on any runtime Exploring Hono @kimizuy
Hono runs on most platforms Cloudflare Workers Fastly Compute Vercel
AWS Lambda Lambda@Edge Exploring Hono @kimizuy
What can Hono do? Creating Web API Server-side JSX HTML
rendering Client-side JSX React compatible hooks TypeScript-based RPC ref: https://twitter.com/yusukebe/status/1788125002522611857 Exploring Hono @kimizuy
Exploring Hono @kimizuy
Wrap up Ultrafast & Lightweight Multi-runtime Many features Great DX
with TypeScript Exploring Hono @kimizuy