Evan Almloff

Results 533 comments of Evan Almloff

The fallback route issue sounds like https://github.com/DioxusLabs/dioxus/issues/3644. I don't think it is related. Content doubling could be caused by a hydration issue caused by #3644 We use playwright to test...

> I've added a Playwright test for serving an app with `base_path`. > > However, I struggled adding a test for the bundling and SSG case. When I run the...

> > You might need to pull in the latest commits from main. [12c6938#diff-62798fdae610a4cce6fb5d11419a6306a2381d67743e0ea2a50c1729470e8e6b](https://github.com/DioxusLabs/dioxus/commit/12c6938346709a42079e23186d1d7e748cdddbbb#diff-62798fdae610a4cce6fb5d11419a6306a2381d67743e0ea2a50c1729470e8e6b) fixes the post body the CLI sends to the server for SSG. > > My branch...

There are a lot of libraries for Dioxus in the Dioxus awesome page. You could add an entry for dioxus-charts in the JSON file here to get it included: https://github.com/DioxusLabs/awesome-dioxus

This is expected behavior for `schedule_update`. It returns a callback for the currently running component that can be used to schedule a rerun in the future. The version of signals...

This sounds similar to [Blitz](https://github.com/DioxusLabs/blitz), our experimental native HTML+CSS renderer with Dioxus bindings. Dioxus does support third party renderers like [Freya](https://github.com/marc2332/freya) if you want to create bindings as a separate...

> I am using a custom port because I get error with running more than one socket or something otherwise. If you are using a custom port, the CLI doesn't...

> Yes the above results were all with using --port argument on the cli. You will notice the cli is using this custom port in its output that I have...

> I got the fullstack example `fullstack-auth` working by following the instructions in this thread (used the tag v0.6.0-alpha.3). Those requests are the hot reloading system trying to connect. Make...

I'm not exactly sure what that would involve for the general case. Kalosm is a collection of candle models and helpers on top of those models. The helpers built on...