dioxus/packages/web/examples/todomvc
Jonathan Kelley 73047fe956 feat: props memoization is more powerful
This commit solves the memoization , properly memoizing properties that don't have any generic parameters. This is a rough heuristic to prevent non-static lifetimes from creeping into props and breaking our minual lifetime management.

Props that have a generic parameter are opted-out of the `partialeq` requirement and props *without* lifetimes must implement partialeq. We're going to leave manual disabling of memoization for future work.
2021-06-22 17:20:54 -04:00
..
filtertoggles.rs Feat: massive changes to definition of components 2021-06-01 18:33:15 -04:00
main.rs feat: props memoization is more powerful 2021-06-22 17:20:54 -04:00
recoil.rs wip: refactor a bit 2021-04-04 21:47:53 -04:00
state.rs wip: refactor a bit 2021-04-04 21:47:53 -04:00
style.css feat: todomvc 2021-04-01 00:01:42 -04:00
todoitem.rs Feat: massive changes to definition of components 2021-06-01 18:33:15 -04:00
todolist.rs Feat: massive changes to definition of components 2021-06-01 18:33:15 -04:00