issues
search
bordoley
/
reactive-js
Fast modern reactive Javascript programming library
MIT License
11
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add using annotation
#560
bordoley
closed
8 months ago
0
unnecessary dispose call.
#559
bordoley
closed
9 months ago
0
Fix multicasting
#558
bordoley
closed
10 months ago
0
Reconsider API signatures when input is a MulticastObservable.
#557
bordoley
closed
10 months ago
1
Modules to Document
#556
bordoley
opened
11 months ago
0
Observable_createMulticast doesn't actually multicast.
#555
bordoley
closed
11 months ago
1
Should readonly array implement reactive?
#554
bordoley
closed
1 year ago
0
Move pick onto ContainerModule or use an hkt
#553
bordoley
closed
1 year ago
0
forkMerge typing is wrong
#552
bordoley
closed
1 year ago
0
cleanup the interface hierarchies
#551
bordoley
closed
1 year ago
0
Simplified
#550
bordoley
closed
1 year ago
0
add back forkConcat
#549
bordoley
opened
1 year ago
0
add forkZip
#548
bordoley
opened
1 year ago
0
add back forkZipLatest
#547
bordoley
opened
1 year ago
0
add back zipWithLatestFrom
#546
bordoley
opened
1 year ago
0
add forkCombineLatest back
#545
bordoley
opened
1 year ago
0
add back scanLast/scanMany
#544
bordoley
opened
1 year ago
1
Enumerable
#543
bordoley
closed
1 year ago
0
keepType type constraints don't seem to work
#542
bordoley
closed
1 year ago
0
Add flag to indicate if an observable/enumerator
#541
bordoley
closed
1 year ago
4
Optimize take/skip implementations to use only one count variable
#540
bordoley
closed
1 year ago
0
deno tests fail due to use of host scheduler
#539
bordoley
closed
1 year ago
0
scroll example broken when using terser
#538
bordoley
closed
1 year ago
0
Unknown for instance is a typehole
#537
bordoley
closed
10 months ago
0
Make it a factory
#536
bordoley
closed
1 year ago
0
Should be fromOptional
#535
bordoley
closed
1 year ago
0
Rewrite
#534
bordoley
closed
1 year ago
0
File name is wrong
#533
bordoley
closed
1 year ago
0
Use a queue to prevent enqueing onto the child observer when paused
#532
bordoley
closed
1 year ago
2
concat/concatWith should be available for all observable containers but require follow on observables to be deferred.
#531
bordoley
closed
1 year ago
1
higher order observables needs to limit inner observables to implement DeferredObservable
#530
bordoley
closed
1 year ago
1
Prevent passing hot observable to operators like Concat
#529
bordoley
closed
1 year ago
4
createAnimationFrameScheduler, default to host scheduler for scheduling delayed tasks
#528
bordoley
closed
11 months ago
0
Add the offsetHeight/width to the rect
#527
bordoley
opened
1 year ago
0
Use addResize listener
#526
bordoley
closed
1 year ago
0
Use addResizeListener
#525
bordoley
closed
1 year ago
0
Implement using addEventHandler
#524
bordoley
closed
1 year ago
0
Flatten out the events.
#523
bordoley
closed
1 year ago
0
Add EventSource.merge
#522
bordoley
closed
1 year ago
0
useScroll, just take a callback
#521
bordoley
closed
1 year ago
0
Move animation scheduler into web
#520
bordoley
closed
1 year ago
0
Take the animation scheduler as creation optio
#519
bordoley
closed
1 year ago
0
Take an object/array as config when the event type is void
#518
bordoley
closed
1 year ago
0
Hookrework
#517
bordoley
closed
1 year ago
0
PauseableLike add some sort of EventSourceProperty
#516
bordoley
closed
1 year ago
0
__constant hook with deps
#515
bordoley
closed
1 year ago
0
[React] Remove the heavily customized useAnimation* hooks and instead provide some more generic usePauseable, useEventSource, useAnimationScheduler, etc. that can be used by callers.
#514
bordoley
closed
1 year ago
0
Add ServerSideEvents module to web
#513
bordoley
opened
1 year ago
2
Merge streaming into rx
#512
bordoley
closed
1 year ago
0
clean up the AnimationGroupEventHandlerLike
#511
bordoley
closed
1 year ago
1
Next