react-copy-write
react-copy-write copied to clipboard
✍️ Immutable state with a mutable API
## `useCopyWrite` Hook [Hooks](https://reactjs.org/docs/hooks-intro.html) are a new addition in React 16.8. They let you use `react-copy-write` without using render functions. Let's write our `Avatar` component in the previous example using...
It is the time to update the Consumer to react hook.
#### Feature Request Similar to `reselect`, would be nice to compose selectors with other selectors, that way the business logic can be abstracted and isolated to the selector. #### Example...
Hey there. We recently started using react-copy-write in a small application and had a great experience so far, but there is still something that interferes with our application flow, which...
Are you planning to keep maintaining this? The project wasn't touched for 3 months and #52 is still not fixed.
I need access to the current state outside of the render tree so I added a bit of code to store and retrieve it. Maybe others are running into the...
Fixes #7. I don't know anything about Flow, so I'm not sure what `__tests__/index-flowtest.js` is, but the other test suite passes. Confirmed the resulting build using Babel v6 works in...
When importing react-copy-write in a React Native project it complains about it using Babel 7. I'm not sure _why_ that would matter, but react-copy-write should work with RN out of...
hi brandon! your demo in the readme: https://codesandbox.io/s/yp34vpk50j is mostly commented out. i tried to fix it but ran into this weird destructuring issue: https://codesandbox.io/s/qz227r7q0w can you please take a...