-
It's possible the leptos-0.6 migration guide did not include a `leptos_axum::file_and_error_handler` fallback option at the time (since this template workspace uses an alternative via `fileserv.rs`), …
-
### What happens?
I am trying to integrate DuckDb in a Rust Client Side Rendered WASM project as seen here: https://github.com/leptos-rs/leptos/tree/main/examples/tailwind_csr_trunk
When adding …
-
### Check for existing issues
- [X] Completed
### Describe the feature
I am currently implementing a website using the Leptos framework in rust. As a developer, I would like to have autocompletion …
-
Since the crate has been used in two different place successfully, I would like to improve the "Usage" section of the README.
It is still using unreleased git references in its dependencies but I gue…
-
For a project, I need to get the data index of a selected point in leptos. Echarts supports this [Echarts Event and Action](https://apache.github.io/echarts-handbook/en/concepts/event/#), but I am not…
-
Goal: Recreate Vectris in Rust using Leptos' signal reactivity, to make it available for play EnneagonStudio's web.
-
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
-
I am trying to develop a Dockerfile using `cargo leptos` and only need to build the server binary in the docker container. There is no need to build the front end, i.e. the .html, .css, and .wasm file…
-
**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 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…