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

Immutable state for React.js

Results 10 react-cursor issues
Sort by recently updated
recently updated
newest added
trafficstars

The problem is that, React state has getInitialState, so the default state can be defined inside the component. With cursors, the default state has to be declared somewhere else, at...

Requires thought to fix. Specifically, every cursor instance ever created for each (react component, path, value) is forever retained so if we see the same (react component, path, value) we...

See https://github.com/dustingetz/react-cursor/pull/86 https://github.com/dustingetz/react-cursor/issues/19

Add a helper function called on server-side to reset 'refCache' in util.js?

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...