-
Notifications
You must be signed in to change notification settings - Fork 3
Add a scan operator #12
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Describe the solution
Sometimes overlooked, including in the current WICG/Observable proposal, the
scanoperator (a progressive reduce that emits over time, not just on completion) is fundamental for implementing even basic functionality such as a click-counter button, which is like the 'Hello world' of reactive programming. Please consider adding it.