Releases: noahgrant/resourcerer
Releases · noahgrant/resourcerer
v0.4.0
- adds
prefetch
as a top-level library export that can be attached to an onMouseEnter
handler for optimistically fetching resources for subsequent navigations
v0.3.0
- adds
withLoadingOverlay
helper HOC for laying a loader over existing content while fetching new data
v0.2.0
- Adds support for wrapping stateless functional components with
withResources
HOC
- exposes helper test methods at
resourcerer/test-utils
to access wrapped components