docsite
docsite copied to clipboard
Dioxuslabs.com documentation site
Hi! I'm trying to migrate my project https://github.com/ifsheldon/hack-portfolio to use dioxus 0.7, but I cannot make the SSG work. My attempt is this commit https://github.com/ifsheldon/hack-portfolio/commit/df524746315e4fb1df324e3d5f7eedb100d6826f . Can you tell me...
The CLI supports bundle splitting in the 0.7 alpha, but we currently don't have any documentation about how to use bundle splitting and what the limitations are.
# Bugs - [x] Hot reloading only works after the first rebuild - [x] Build errors don't show up - [x] Switch to storage based clear instead of timeout -...
As part of the breaking out of dioxus section, we should document how to mount dioxus outside of the standard main div with https://docs.rs/dioxus-web/latest/dioxus_web/struct.Config.html#method.rootname
A lot of the new code blocks added in https://github.com/DioxusLabs/docsite/pull/532 were not added to example folder which means they are not formatted or checked to compile. Checking the examples would...
## Summary Adds documentation for using ReadSignal props with use_server_future when navigating between instances of the same component. ## Problem When navigating between same-component instances (e.g., Product A → Product...
A bunch more breaking changes were added in the 0.7-rc.1 release. We should document them in the migration guide: - The server context is gone - Server functions return a...
**Problem** When trying the tour the scaffolding instructions say to use tailwindCSS, but the styling section uses normal CSS **Steps To Reproduce** Steps to reproduce the behavior: - Follow the...
Fix link error when using Windows When I use Windows system to have a start of Dioxus, sadly, I got a link error. After a period of searching, I found...
One of the more common questions about the router is how to pass state outside of the url to the new page. We should document two different strategies: 1) Storing...