CommentAug 20, 2019
What is react-cursor: Cursors are a tool for working with recursive or deeply nested data, immutably. react-cursor is a javascript port of an abstraction that I first saw in ClojureScript. Cursors let your app hold all its state at the root of the UI tree; thus the root is stateful, and all downtree views are stateless. link: https://www.npmjs.com/package/react-cursor