Skip to content

Releases: StudentOfJS/query-plus

First major release

Choose a tag to compare

@StudentOfJS StudentOfJS released this 04 Jul 13:13
2fa0d2f

Moved back to an all React hooks solution.
Replaced FetchWIthIntent component with the far more flexible useIntent hook.

FetchWithIntent component

Choose a tag to compare

@StudentOfJS StudentOfJS released this 04 Jul 04:51
f80cca6

prefetch based on mouseover time

update deno sub directories

Choose a tag to compare

@StudentOfJS StudentOfJS released this 01 Jul 11:07
v10.0.11

deploy to deno

deploy to deno

Choose a tag to compare

@StudentOfJS StudentOfJS released this 01 Jul 10:42
843315a
Merge pull request #10 from StudentOfJS/package

fix gitignore and package issues

reduce bundle size

Choose a tag to compare

@StudentOfJS StudentOfJS released this 01 Jul 10:29
843315a
  • Reduce bundle size
  • Fix .gitignore
  • Fix package.json
  • Update READ.ME

Add preferUseCache option

Choose a tag to compare

@StudentOfJS StudentOfJS released this 29 Jun 10:48
v0.10.0

fix typo

Add usePreFetch hook

Choose a tag to compare

@StudentOfJS StudentOfJS released this 27 Jun 13:09

usePreFetch adds the ability to pre-fetch and save data for later use.