Evan Almloff

Results 216 issues of Evan Almloff

## Specific Demand When a component becomes suspended, we should hold the old elements while the suspense is running while the suspense is running. ```rust fn Suspends(cx: Scope) -> Element...

enhancement
core

## Specific Demand The current [FileEngine](https://docs.rs/dioxus/latest/dioxus/events/trait.FileEngine.html) exposes two ways to read a file: Reading the file to a string or reading the file to a byte array. Both of these...

enhancement
html

## Specific Demand We should allow other libraries to define custom types for attributes that accept AnyAttribute. This would be useful for Freya and viewbuilder. ## Implement Suggestion We could...

enhancement
core

**Describe the bug** When you run `cargo doc` on a crate that depends on interprocess without the tokio feature it fails because the tokio feature is not enabled. **To Reproduce**...

bug

**Problem** The blog post says that tailwind classes can now be hot reloaded, but they currently require a full recompile **Steps To Reproduce** Steps to reproduce the behavior: - Clone...

bug
cli
hot-reload

## Feature Request Now that we have automatic subscriptions with signals, we can subscribe to different signals every time we re-run a component or hook depending on what signals are...

enhancement
performance
signals

**Problem** The dioxus router removes any hash segments when parsing the route. **Steps To Reproduce** Steps to reproduce the behavior: - Navigate to https://dioxuslabs.com/learn/0.4/getting_started#setup-guides - See the url change to...

bug
web
router

**Problem** The `rsx` macro fails to parse `this-is-a-box {}` as an element because `box` is a keyword **Steps To Reproduce** Steps to reproduce the behavior: Create an expression with a...

bug
rsx

## Specific Demand It would be nice if dioxus provided a type safe form that works with the router and dioxus fullstack server functions. ## Implement Suggestion ```rust #[derive(Variants)] enum...

enhancement
fullstack

## Specific Demand Currently dioxus fullstack requires [a lot of boilerplate](https://github.com/DioxusLabs/dioxus/tree/9ae3d14e676c90c73a99f5cfb41ff85c7cbf4bc2/packages/fullstack/examples/axum-auth) to set up a database. Dioxus should provide integration for different databases that make it easier to get started...

enhancement
fullstack