remote-data-ts icon indicating copy to clipboard operation
remote-data-ts copied to clipboard

Type to model asynchronous operations

Results 3 remote-data-ts issues
Sort by recently updated
recently updated
newest added

We noticed that `remote-data-ts` only exposed a common-js version which was problematic for a few reasons, notably: it prevented tree-shaking for fp-ts. This PR adds a `tsconfig.build.esm.json` with `module: ES2015`...

Hi, I'm interested how to deal with situation when you already load some data, you are in Success state, and then you want to reload it again, but because data...

Hello 👋 Do you think that `fromTaskEither` transformation would be in scope here? I implemented it for my own purposes as: ```ts export const fromTaskEither = ( te: TE.TaskEither, ):...