-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add an optional argument to node_map which allows selecting an item.
On selection change, only the unselected and selected items are updated, optimizing selection from O(n) to O(1).
Example
node_map(ListItem, list, null, 10),
...
function ListItem({ I, selected }) {}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request