Kaede Hoshikawa 8b9e164d7e
Update Dependencies to Fix CI (#3326)
* Update dependencies.

* Update dependencies.

* Fix gloo breaking change.
2023-07-01 01:33:18 +00:00
..
2023-04-30 20:42:43 +05: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