immupdate
immupdate copied to clipboard
immutable updates for JS Objects and Arrays
Results
1
immupdate issues
Sort by
recently updated
recently updated
newest added
For this code: ```typescript export function x(form: React.Component): ChangeHandler { return (keys: keyof STATE) => (newValue: any) => form.setState(state => deepUpdate(state).at(keys).set(newValue)) } ``` This function compiled with the version `1.2.2`...