-
Hi, thanks for making this awesome crate.
Leptos is working towards a 0.7 release with rc1 currently available. As I understand it, no more breaking changes are expected before the final release.
…
-
```
git clone https://github.com/leptos-rs/leptos.git
git checkout v0.7.0-rc1
cargo +nightly build --features=nightly
```
### Meta
`rustc --version --verbose`:
```
rustc 1.84.0-nightly (854980293 …
-
Leptos 0.7-rc1 is in a stable state API-wise and I would like to start porting over to it, but `leptos-fluent` is lagging behind currently.
-
Hi folks, getting back to this and I noticed that the Leptos 0.7 integration for leptos-spin is having problems after #4 where versions of Leptos became mismatched. I would like to propose cutting an …
-
- [ ] Component
- [ ] Docs
-
### Roadmap URL
https://roadmap.sh/rust
### Suggestions
Leptos is a fast and lightweight web framework for building reactive apps in Rust. It lets create both: client and server-side applications w…
-
Its getting close to release and we'll need to update this
-
**Is your feature request related to a problem? Please describe.**
Currently I inject css into head via `Style` in SSR mode, and control css via custom logic in Hydrate mode.
```rust
fn mount_s…
-
`leptos-hotkeys` is pretty stable at this point, but there are still rough edges that need some love like #139 and #141. Unfortunately, I don't have the time, squeeze, and the Leptos 0.7 experience to…
-
Hey, thanks for making this crate, it seems very useful 🙂
Is there a branch that works with Leptos 0.7 or is it planned? :)
(I'm asking because I'm using Leptos 0.7.)