dependabot[bot] 8d64ce0e00
Bump tokio from 1.43.0 to 1.43.1 (#3840)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.43.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-09 17:54:03 +09:00
..

SSR Router Example

This example is the same as the function router example, but with server-side rendering and hydration support. It reuses the same codebase of the function router example.

How to run this example

  1. Build Hydration Bundle

trunk build index.html

  1. Run the server

cargo run --features=ssr --bin ssr_router_server -- --dir dist