Taku Amano
Taku Amano
Related Ticket: Description of Changes: Translate the default caption text for the table. Pre-checks: * [ ] Changelog entry added * [ ] Tests have been added (if applicable) *...
Once #2196 and this PR are merged, I believe the following example will work with 'hono/jsx/dom' (without react). https://tutorial.jotai.org/examples/textLenght ### New staff members `useReducer`, `useDebugValue`, `createElement` `useDebugValue` is just a...
Continued from #2169. ### Deletion of Commit I've divided detailed topics into separate PRs and issues. * #2186 * https://github.com/honojs/hono/issues/2175 * https://github.com/honojs/hono/pull/2174 * https://github.com/honojs/hono/pull/2178 ### The default number of concurrency...
### What is the feature you are proposing? Even now, `afterResponseHook` can be used to check status codes and process errors, but by default, processing continues with any status code...
### What is the feature you are proposing? Same issue as @nakasyou mentions below, but now `ssgParams()` is pure middleware and also not handling special skipping internally, so it is...
### What is the feature you are proposing? (Due to my lack of insight) FC no longer includes children since React 18, so I would like to exclude children from...
### Author should do the followings, if applicable - [ ] Add tests - [ ] Run tests - [ ] `yarn denoify` to generate files for Deno
I've implemented another router! It is debatable whether it is appropriate to add even more new routers, but I think this router has enough characteristics to merit discussion. ### What...
### What is the feature you are proposing? For simple computational processes such as "computing hash values", replacing them with WebAssembly may speed up the process. https://github.com/honojs/hono/pull/1858/files#diff-85712e79b6fb34a25a128de109f2b36f0d63435bc39e521e9268d315e209f402R32-R39 The results of...
### What is the PR to improve? With this PR, we aim to improve the reduction of RegExpRouter bundle size and initial addition time. As you can see in the...