-
I have used cargo-leptos since somewhere around leptos 0.4 _on and off_ to play around and learn both Rust & Leptos.
In my time making new projects (probably around 10 to 20 spread out over that ti…
-
**Describe the bug**
The browser renders the html and css but throws an error: "Tried to access reactive URL outside a component." and "Uncaught (in promise) RuntimeError: unreachable"
**Leptos D…
-
I think this project is pretty nice, but examples are using the `cx` scope value for the `view!` macro. I imported it, and it's giving me trouble because of that.
Maybe it is incompatible with lep…
huuff updated
2 months ago
-
When building the project using `cargo leptos watch` memory and swap (zram) get gradually filled up by rustc while `Compiling phosphor-leptos v0.5.0` until the system becomes unresponsive. After watch…
-
**Describe the bug**
Sorry I haven't got a repro, but I've realised rc2, at least for me, has a new hydration bug caused by this commit:
8b258b0d2602d66b17653fbb57a69664ed52ade5
Hopefully a look …
-
Is that on your roadmap?
-
I just want to discuss a little bit about design patterns for the server signals.
Leptos promotes a software design, which is very modular. You have different components, which are normally isolate…
-
leptos managed to remove the `cx` `Scope` in [0.5.0](https://github.com/leptos-rs/leptos/releases/tag/v0.5.0)
> In order to provide signals that implement `Copy` are are `'static` and are therefore…
obust updated
3 months ago
-
**Describe the bug**
In the Leptos book [it mentions that I can pass a `Callback` as an event handler from a parent to a child](https://book.leptos.dev/view/08_parent_child.html#2-use-a-callback), ho…
-
Good morning. I was thinking to develop a charting web application using Leptos+Vello (For the charting rendering and interaction).
I saw from the examples that it's possible to attach a rendering sc…