-
Notifications
You must be signed in to change notification settings - Fork 13
"LVN" Command Hooks #215
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestparityUsed to note places where LVN is trying to achieve parity with vanilla live view.Used to note places where LVN is trying to achieve parity with vanilla live view.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestparityUsed to note places where LVN is trying to achieve parity with vanilla live view.Used to note places where LVN is trying to achieve parity with vanilla live view.
Vanilla Live View exposes several utility commands that can be used to run local, optimistic changes when an even is about to be sent to the server.
To implement this we need to instrument the VDOM to emit local events which optimisitcally remove, mutate and insert elements. These will be valid until otherwise reverted by server side diffs.