Evan Almloff
Evan Almloff
The `style` key only works for the web/fullstack platforms. It should insert the link for you
Related issues in the main dioxus repo: - Database integrations/examples are tracked in https://github.com/DioxusLabs/dioxus/issues/1998 - Passing external state into dioxus fullstack is tracked in https://github.com/DioxusLabs/dioxus/issues/1688
I think this is specific to arch? The dependancy is documented for muda (the library dioxus uses for menus) [here](https://github.com/tauri-apps/muda?tab=readme-ov-file#dependencies-linux-only) as Arch Linux / Manjaro only
Closed by #267
> In the meantime - can you tell me please, what strategy/implementation model is Dioxus inspired by? Or heavily based on? Just to give me better mental model to some...
The `register` function is not needed on most platforms, but it is still required if you are running your server with WASM. It should be moved to a note
I would like to get this documented without just linking users to the Tauri docs. The Tauri docs are often unclear and since we use a different format it can...
> I also just don't like "duplicating" docs, because it makes our docs potentially outdated in the future. We won't get updates as the upstream docs change, but since our...
I think the issue is the old 0.4 version of the docsite is trying to load the JS/WASM for the new 0.5 version of the docsite. We need to rebuild...
Good catch. It looks like the text rendering in https://github.com/DioxusLabs/dioxus/blob/master/packages/tui/src/render.rs#L66 ignores the size of the layout right now. We have code that parses overflow for stretch2 in the attributes file,...