-
I'm currently working on a react project using [redux-observable](https://redux-observable.js.org/) which is a redux middleware based on RxJS 6. As such, it would be awesome to be able to use the NSwa…
-
#PACKAGE.JSON
{
"name": "Blind-Helper",
"version": "3.7.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",…
-
`node_modules/fbjs/lib/warning.js:33:20 in printWarning`
`- node_modules/fbjs/lib/warning.js:57:25 in warning`
`- node_modules/prop-types/checkPropTypes.js:52:18 in checkPropTypes`
`- node_modules/…
-
Sometimes we want to use an observable not to create state but rather just to perform side effects.
This is possible using `useObservable`:
```ts
import React from 'react';
import { EMPTY } fr…
-
[Enter steps to reproduce below:]
1. Click the gray pencil icon on the status bar
**Atom Version**: 1.8.0
**System**: Mac OS X 10.11.5
**Thrown From**: [omnisharp-atom](https://github.com/OmniSharp/o…
-
Hi @shiftyp I think you are/were on to something here. I feel like you may have been ahead of your time when you initially released this. I hope you haven't abandoned the project/prospect completely. …
-
### Description
We need to evaluate some libs updates. This because:
- Old documentation is missing or going to be dismissed
- New feature and syntax are used and documented well, and used around …
-
At RxJS contributor days we discussed adding an examples/ folder to the repo and populating it with some real use cases for RxJS. Here are the examples we came up with:
- [ ] Design an API using Rx…
-
https://github.com/re-rxjs/react-rxjs.org/blame/master/docs/api/core/bind.md#L32
> bind doesn't propagate completions from the source stream - the shared subscription is closed as soon as there are…
-
#### What type of issue are you creating?
- [ ] Bug
- [x] Enhancement
- [ ] Question
#### What version of this module are you using?
- [ ] 2.0.10 (Stable)
- [ ] 2.1.0-rc.n (2.1 Release Candida…