101 icon indicating copy to clipboard operation
101 copied to clipboard

Implement merge

Open srph opened this issue 7 years ago • 0 comments

For #151

Supported

  • [x] merge({ text })
  • [x] merge('fetch', { loading: false })
  • [x] merge(state.comments, '34.replies.5', { text })

Todo

  • [ ] Value keypaths (merge(state.comments, { '0.replies.1': { text } }))
  • [ ] Argument validation
  • [ ] Docs

Are there any other important features I missed in the list?

srph avatar Apr 29 '17 03:04 srph