Closed msutkowski closed 3 years ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit f075099a54ca4ff0a39448951b93542953597bef:
Sandbox | Source |
---|---|
React | Configuration |
React Typescript | Configuration |
svelte-app-rtk-simplequery-demo | Configuration |
Path | Size |
---|---|
ESM full | 10.15 KB (0%) |
ESM full (React) | 11.56 KB (+0.16% 🔺) |
createApi + setupListeners | 9.19 KB (0%) |
createApi (React) + setupListeners | 10.46 KB (+0.23% 🔺) |
fetchBaseQuery | 701 B (0%) |
retry | 278 B (0%) |
ApiProvider | 400 B (0%) |
CJS minfied | 15.67 KB (0%) |
CJS React minfied | 17.37 KB (+0.22% 🔺) |
Deploy preview for rtk-query-docs ready!
Built with commit f075099a54ca4ff0a39448951b93542953597bef
selectFromResult
option foruseMutation()
.requestId
. For the most performant implementation, you canyourEndpoint.useMutation(undefined, { selectFromResult: () => ({}) })