-
Leptos currently uses cfg_if! macros and when having something like
```
cfg_if! {
if #[cfg(feature = "ssr")] {
// First Main function
pub fn main() {
prin…
-
This doesn't look pretty in the response body.
```
.leptos-toaster {
position: fixed;
width: var(--width);
box-sizing: border-box;
padding: 0;
margin: 0;
list-style: none;
outli…
-
In order to better solve compatibility issues
https://github.com/leptos-rs/leptos/discussions/2458
https://github.com/leptos-rs/cargo-leptos/blob/a44839eee131502b6faf398f1004d8918b999225/src/com…
-
The dependencies for this project can be reverted back to the upstream repository as the changes you made in the fork are now in the upstream.
-
If you have feedback while reading the Leptos book (if something is unclear, or you have suggestions for improvement, etc), please leave a comment on this issue.
Your feedback is greatly appreciate…
-
Kate's LSP client configuration [is its own science](https://docs.kde.org/stable5/en/kate/kate/kate-application-plugin-lspclient.html). Therefore I want to share my configuration that includes `ssr` a…
-
**Describe the bug**
Separating routes into a separate component works at the top level of ``, but fails to compile when already inside a ``.
**Leptos Dependencies**
Verified on main branch.
*…
-
https://lib.rs/crates/leptos
-
**Is your feature request related to a problem? Please describe.**
I am using Leptos to manage large objects, including [WebGPU objects that cannot be cloned](https://docs.rs/wgpu/latest/wgpu/struc…
-
I'm not entirely sure if this is the proper way to ask for it, but I was wondering if there is a way to setup this lsp in a way that recognizes when I'm in a rust file that has leptos templates, and w…