Kaede Hoshikawa 456a05ba40
Fix clippy for 1.67 (#3100)
* Fix clippy for 1.67

* Fix trybuild.
2023-02-01 21:57:05 +05:00
..
2023-02-01 21:57:05 +05:00
2022-10-21 06:56:15 +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 examples/ssr_router/index.html

  1. Run the server

cargo run --features=ssr --bin ssr_router_server -- --dir examples/ssr_router/dist

  1. Open Browser

Navigate to http://localhost:8080/ to view results.