Skip to content

Commit

Permalink
Update ssr.md (#270)
Browse files Browse the repository at this point in the history
Added instructions on how to start app with custom SSR.
  • Loading branch information
antoniopresto authored May 9, 2024
1 parent 10b7e5c commit 12f22bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs-src/0.5/en/reference/ssr.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Or we can render VirtualDoms.
{{#include src/doc_examples/ssr.rs:app_endpoint_vdom}}
```

Finally, you can run it using `cargo run` rather than `dx serve`.

## Multithreaded Support

The Dioxus VirtualDom, sadly, is not currently `Send`. Internally, we use quite a bit of interior mutability which is not thread-safe.
Expand Down

0 comments on commit 12f22bd

Please sign in to comment.