react-streams icon indicating copy to clipboard operation
react-streams copied to clipboard

Results 5 react-streams issues
Sort by recently updated
recently updated
newest added

Hello there, I am trying to use `react-streams` with upcoming `hooks` from react. And I am seeing some issues. Here is what I am trying to do... ```javascript import React,...

I deprecated `switchProps` in favor of coming up with a custom operator approach, but I don't know what it is yet :) I've also been toying with `catchMap` (to render...

enhancement

`props.url` in `handleInput` is available on the first search, but in subsequent searches, it is listed as `undefined`. This behavior occurs on both your [codesandbox.io](https://codesandbox.io/s/github/johnlindquist/react-streams/tree/master/examples?module=/scanPlans/index.js) examples, and when trying to...

Hi, Really enjoying the library for some personal projects. Wanted to know what you'd recommend for caching the ajax request, for example: ```js const mostStarredRepos = pipe( switchMap(() => ajax(`https://api.github.com/users/moimikey/repos?sort=updated`)),...

do you have examples using this with typescript? I have problems with the type requirements. Ex would be using the Stream component would always require pipe prop but I already...