Dustin Getz

Results 154 issues of Dustin Getz

If so can you mark it such in the readme? Thanks

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

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

Annoying to need to depend on react-cursor cursor in some random quick app