dioxus/notes
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
..
ARCHITECTURE.md WIP: move to static props 2021-05-31 18:55:56 -04:00
CHANGELOG.md docs: move around examples 2021-06-17 18:00:32 -04:00
CONTRIBUTING.md Feat: wire up a very basic dom updater 2021-02-14 23:39:46 -05:00
log.md wip: broken, but solved 2021-03-03 02:27:26 -05:00
Parity.md docs: move around examples 2021-06-17 18:00:32 -04:00
ROADMAP.md WIP: move to static props 2021-05-31 18:55:56 -04:00
SAFETY.md Feat: see if readme works in examples 2021-03-04 13:56:32 -05:00
SOLVEDPROBLEMS.md wip: move away from patch machine 2021-06-19 20:34:52 -04:00
TODO.md feat: props memoization is more powerful 2021-06-22 17:20:54 -04:00