react-with-observable
react-with-observable copied to clipboard
Add support for Promises
- [ ] support any "thenable" object
- [ ] detect if given object is a thenable the same way ECMAScript Promises do (how?)
- [ ] include tests
- [ ] add examples
- [ ] add e2e tests for examples