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
46
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
28
ざっくり知る tamagui v1
kimizuy
0
200
個人ブログをNext13のApp Directoryに移行しました
kimizuy
0
280
最近知った GitHub Actions の Tips
kimizuy
0
240
5分で予習する Next.js 「Layouts RFC」
kimizuy
0
660
Featured
See All Featured
Speed Design
sergeychernyshev
32
1.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Git: the NoSQL Database
bkeepers
PRO
431
66k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
Designing for humans not robots
tammielis
254
26k
Writing Fast Ruby
sferik
629
62k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
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