0.5.1 • Published 2 years ago

use-remote-data v0.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Awesome data access for React

Start with the documentation

Some background

Based on the pattern described in this article:

Through react hooks and the RemoteDataStore abstraction on top of RemoteData, this library also provides:

  • lazy loading - only data which is necessary to render is fetched
  • invalidation - you specify how long the data should live, and it'll be automatically updated
  • sharing references to stores between components and deduplicating fetches
  • retrying failed fetches

prior art

0.5.0

2 years ago

0.5.1

2 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago