Skip to content

Releases: StudentOfJS/query-plus

First major release

04 Jul 13:13
2fa0d2f
Compare
Choose a tag to compare

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

FetchWithIntent component

04 Jul 04:51
f80cca6
Compare
Choose a tag to compare

prefetch based on mouseover time

update deno sub directories

01 Jul 11:07
Compare
Choose a tag to compare
v10.0.11

deploy to deno

deploy to deno

01 Jul 10:42
843315a
Compare
Choose a tag to compare
Merge pull request #10 from StudentOfJS/package

fix gitignore and package issues

reduce bundle size

01 Jul 10:29
843315a
Compare
Choose a tag to compare
  • Reduce bundle size
  • Fix .gitignore
  • Fix package.json
  • Update READ.ME

Add preferUseCache option

29 Jun 10:48
Compare
Choose a tag to compare
v0.10.0

fix typo

Add usePreFetch hook

27 Jun 13:09
Compare
Choose a tag to compare

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