feathers-reactive icon indicating copy to clipboard operation
feathers-reactive copied to clipboard

Reactive API extensions for Feathers services

Results 14 feathers-reactive issues
Sort by recently updated
recently updated
newest added

See https://github.com/ReactiveX/rxjs/blob/master/doc/marble-testing.md The current tests are hard to reason about and some use hacky `setTimeout`s just to make it work. This could possibly be improved by using marbles.

enhancement

Basically, if one of the arguments (or the `params.query`) is an observable we should do what was suggested in https://github.com/feathersjs/feathers-reactive/issues/39 and `mergeMap` them into a single stream: ```js const service...

enhancement

Currently, the `smart` strategy removes entries when they get deleted and tries to add them to lists (in the right spot) if they match the query. There are some edge...

enhancement

### Summary This PR updates imports from `sift` to `sift/lib` to fix a typing issue caused by the default export of the sift package. The main sift entry point does...