-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
It's look like something great but how to use it on browser ?
I would like to make a undo/redo on an object, there is information but a real example (codepen or another) could be precious.
const past = [1, 2, 3]
const future = [1, 2, 3, 4]
const present = diff(past, future)
const future = Array.from({ ...past, ...present.do })Not clear.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels