Releases: noahgrant/resourcerer
Releases · noahgrant/resourcerer
v2.0.0-beta-2
v2.0 is re-written in TypeScript with greater type hints. The spirit of the library remains the same but several small breaking changes were made. Please refer to the migrating to 2.0 doc.
v1.2.0
V1.2.0 introduces a long-awaited change in state flow to use render bailouts instead of useEffect
, saving several renders in the process and making serial requests more seamless when both resources are cached.
The only external change with this version is the removal of the isOrWillBeLoading
helper, which is no longer necessary.
TypeScript support
Adds TypeScript support in beta, with an index.d.ts
in the root directory for use until stable, after which it will get added to the DefinitelyTyped repository.