react-cursor icon indicating copy to clipboard operation
react-cursor copied to clipboard

can a refined cursor call forceUpdate on the proper react node to bypass trickle down rendering?

Open dustingetz opened this issue 8 years ago • 2 comments

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?

dustingetz avatar Nov 20 '15 16:11 dustingetz

Om Next solves this with the indexer

dustingetz avatar Nov 20 '15 16:11 dustingetz

This will not be part of 2.0, this is an open research question (maybe for 3.0)

dustingetz avatar Jan 16 '16 15:01 dustingetz