fetchx icon indicating copy to clipboard operation
fetchx copied to clipboard

Beautiful way to fetch data in React

Results 12 fetchx issues
Sort by recently updated
recently updated
newest added

This: ```ts export default class EntityStore { data: unknown | null = null; ``` Could be turned into this: ```ts export default class EntityStore { data: T | null =...

enhancement

A cache system on ListStore would be nice Something like what react-query does Details coming soon... Feel free to discuss :)

enhancement

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies