Evan Almloff

Results 533 comments of Evan Almloff

It seems more intuitive to make `styles` act as paths to the styles instead of links to where the styles are served. In the future, we could use the Dioxus.toml...

collect assets is a better way to include styles in the future that does not have this issue: https://github.com/DioxusLabs/collect-assets. Here is an example that uses collect assets to include a...

> Should this have a "custom" name like taffy and freya, or just something like "dioxus-kit"? I prefer the "custom" route, unless this is going to be a _core_ part...

https://github.com/matthunz/dioxus-material is a component library for dioxus based on material UI

This is being implemented in https://github.com/DioxusLabs/components

The suspense API we currently have is functional, but it doesn't support choosing a placeholder to render while a component is suspended. Here is the same component with a few...

We could try to insert it into the config in https://github.com/rust-lang/rust-analyzer/issues/13529

https://github.com/DioxusLabs/docsite/pull/191 updates the mobile code in the example to include imports and a more recent version of wry. It may fix this issue

This would be a great addition to the ecosystem, but I don't think it belongs in the main Dioxus router library. File based routing is typically part of a more...

Since I closed this PR, dioxus-fullstack was created which is much more like a metaframework. This could fit in that crate.