Skip to content

Commit df9165e

Browse files
committed
added intro to RTKQ internal
1 parent 12b09a9 commit df9165e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/rtk-query/internal/overview.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# RTKQ internal
22

33
## Overview
4+
5+
> RTK Query is a powerful data fetching and caching tool built on top of Redux Toolkit. It is designed to simplify the process of fetching, caching, and updating server state in your application. It is built on top of Redux Toolkit and uses Redux internally.
6+
7+
This documentation is intended to provide a high-level overview of the internal architecture of RTK-Query. It is not intended to be a comprehensive guide to the library, but rather a guide to the internal architecture and how it works.
8+
9+
## createApi - The Entry Point
410
When `createApi()` is called it takes the options provided and calls internally the `buildCreateApi()` function passing into it two modules:
511

612
*Modules are RTK-Query's method of customizing how the `createApi` method handles endpoints.*

0 commit comments

Comments
 (0)