A lot of people prefer component-local state over cursors because of the intuitive performance cost of trickle down rendering.
How might we cause a derived cursor to forceUpdate it's react node, causing a render directly instead of trickle-down rendering of nodes in the path from root to node? Is this possible?
A lot of people prefer component-local state over cursors because of the intuitive performance cost of trickle down rendering.
How might we cause a derived cursor to forceUpdate it's react node, causing a render directly instead of trickle-down rendering of nodes in the path from root to node? Is this possible?