player-ui / player

Home Page:https://player-ui.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate reconciler alternatives

spentacular opened this issue · comments

The computeTree in the resolver has issues with objects not being equal across new resolutions, so the node passed into something like beforeResolve are new instances, so it's impossible to do equality checks across these new resolutions without doing a deep equality check.

Ideally it would be better that the node that is passed into this is able to be shallow equality checked against to help optimize these resolutions.