Skip to content

Instantly share code, notes, and snippets.

@mweststrate
Created January 9, 2018 08:09
Show Gist options
  • Save mweststrate/c68f2bb963c00e2e76914547184f291f to your computer and use it in GitHub Desktop.
Save mweststrate/c68f2bb963c00e2e76914547184f291f to your computer and use it in GitHub Desktop.
immer-producer-1
import produce from "immer"
const nextState = produce(currentState, draft => {
// empty function
})
console.log(nextState === currentState) // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment