You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/toolkit/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,6 @@ The Redux Toolkit docs are available at **https://redux-toolkit.js.org**, includ
48
48
49
49
The Redux core docs at https://redux.js.org includes the full Redux tutorials, as well usage guides on general Redux patterns.
50
50
51
-
## Contributing
52
-
53
-
Please refer to our [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Redux Toolkit.
54
-
55
51
## Purpose
56
52
57
53
The **Redux Toolkit** package is intended to be the standard way to write Redux logic. It was originally created to help address three common concerns about Redux:
@@ -108,3 +104,7 @@ RTK Query includes these APIs:
108
104
-`setupListeners()`: A utility used to enable refetchOnMount and refetchOnReconnect behaviors.
109
105
110
106
See the [**RTK Query Overview**](https://redux-toolkit.js.org/rtk-query/overview) page for more details on what RTK Query is, what problems it solves, and how to use it.
107
+
108
+
## Contributing
109
+
110
+
Please refer to our [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Redux Toolkit.
0 commit comments