Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.12 KB

ApiProvider.mdx

File metadata and controls

35 lines (28 loc) · 1.12 KB
id title sidebar_label hide_title description
ApiProvider
ApiProvider
ApiProvider
true
RTK Query > API: ApiProvider reference

 

ApiProvider

summary

examples

:::danger Using this together with an existing Redux store will cause them to conflict with each other. If you are already using Redux, please follow the instructions as shown in the Getting Started guide. :::

Example

<iframe src="https://codesandbox.io/embed/github/reduxjs/redux-toolkit/tree/master/examples/query/react/with-apiprovider?fontsize=12&runonclick=1&hidenavigation=1&module=%2Fsrc%2FApp.tsx&theme=dark" style={{ width: '100%', height: '800px', border: 0, borderRadius: '4px', overflow: 'hidden', }} title="RTK Query ApiProvider" allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin" ></iframe>