Omar

Results 5 comments of Omar

I recently went through the [book in the docs](https://github.com/leptos-rs/leptos/tree/main/docs/book/src/view) and ended up with this repo https://github.com/omie-lol/leptos-tutorial My plan is to basically do what @jclmnop was going to do and create...

I was testing this a bit today and it also doesn't appear to accept duplicates in the new vec either i.e. ```rust #[component] pub fn ForTest(cx: Scope) -> impl IntoView...

Interestingly ```rust let (list, set_list) = create_signal(cx, vec![-1]); // note the start is now -1 (a different value than what we will set) ``` And ```rust let new_vec = vec![0,...

Ah okay so here's the issue... It's the key... Basically ```rust key=|item|*item ``` Is a bad idea because we need the `key` prop to be unique, and if the type...

still working on brave v 1.45.127 (chromium based) with a manual install