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
39
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
19
ざっくり知る tamagui v1
kimizuy
0
74
個人ブログをNext13のApp Directoryに移行しました
kimizuy
0
250
最近知った GitHub Actions の Tips
kimizuy
0
190
5分で予習する Next.js 「Layouts RFC」
kimizuy
0
540
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.3k
We Have a Design System, Now What?
morganepeng
50
7.2k
What's in a price? How to price your products and services
michaelherold
243
12k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
KATA
mclloyd
29
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
A better future with KSS
kneath
238
17k
The Invisible Side of Design
smashingmag
298
50k
Site-Speed That Sticks
csswizardry
0
25
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
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