v2.17.0-next.0
Pre-release
Pre-release
·
50 commits
to main
since this release
Minor Changes
pnpm add react-router-hono-server@next - 8eae0a7: ## Node and Bun
- Lock Hono Node Server version to temporarily fix defer issue.
- Bundle
@hono/node-serverand@hono/vite-dev-serverto make sure the correct version is used. This will be reverted once the issue is resolved in Hono.
- Bundle
- Improve performance by awaiting the import of React Router build before starting the server. (instead of awaiting it in the first request)
- If your server bundle is large, import can take a while, so this change will improve the first request performance since it will be done before the server starts listening.
- Lock Hono Node Server version to temporarily fix defer issue.