https://github.com/lukasturcani/dioxus-translation-issue
https://github.com/lukasturcani/dioxus-translation-issue
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukasturcani/dioxus-translation-issue
- Owner: lukasturcani
- Created: 2024-09-30T14:44:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-30T17:14:32.000Z (about 1 year ago)
- Last Synced: 2025-03-18T14:09:05.504Z (7 months ago)
- Language: Rust
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This example shows a dioxus app which is first pre-rendered and the hydrated.
See: https://github.com/DioxusLabs/dioxus/issues/3020
To see the error build the project with:
```bash
dx build && cargo build --features prebuild && simple-http-server ./dist
```You can use whatever server you want but I like `simple-http-server`.
You will see that even though the output of `i18.translate("title")` is "Ahoj"
the website still shows "Hello".