dependabot[bot] c38de0e03c
Bump tokio from 1.26.0 to 1.27.0 (#3216)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 11:40:24 +03:00
..
2022-08-28 23:31:11 +09:00

Server-side Rendering Example

This example demonstrates server-side rendering.

Running

  1. Build hydration bundle

trunk build index.html

  1. Run the server

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