5 ms·
Hono is great, the context object is really just a collection of helper methods for returning responses, a way to store values through the lifetime of the reque
by bentonnn 2y ago
Hono is great, the context object is really just a collection of helper methods for returning responses, a way to store values through the lifetime of the request, and the Req and Res objects. I understand the concern but I wouldn't let that stop you from trying it out.