dioxus/packages/core-macro/src
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
..
props feat: props memoization is more powerful 2021-06-22 17:20:54 -04:00
rsx wip: rethinking stack machine 2021-06-19 20:31:25 -04:00
styles Chore: add in style crate, and abort any styligng 2021-02-28 17:36:48 -05:00
fc.rs Feat: massive changes to definition of components 2021-06-01 18:33:15 -04:00
htm.rs WIP: move to static props 2021-05-31 18:55:56 -04:00
ifmt.rs WIP: remove FC 2021-03-07 21:28:20 -05:00
lib.rs Feat: move the rsx macro around 2021-06-03 10:42:28 -04:00
rsxtemplate.rs Feat: move the rsx macro around 2021-06-03 10:42:28 -04:00
util.rs Feat: move the rsx macro around 2021-06-03 10:42:28 -04:00