File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/docs/3_Guides Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ For example , here are the user services :
69
69
})
70
70
```
71
71
72
- Next, in your containers it could be use like this :
72
+ Then in your containers it could be use like this :
73
73
74
74
``` javascript
75
75
import React , { useState , useEffect } from ' react'
@@ -104,14 +104,14 @@ const ExampleContainer = () => {
104
104
export default ExampleContainer
105
105
```
106
106
107
- Next, the RTKQuery is linked to the redux store in order to make it work and be debuggable with Flipper.
107
+ The RTKQuery is linked to the redux store in order to make it work and be debuggable with Flipper.
108
108
109
109
::: info
110
110
See the [ API usage] ( https://redux-toolkit.js.org/rtk-query/overview ) for more information
111
111
:::
112
112
113
113
114
- ** For the redux-toolkit side** , we use it to configure all the store and saved the default theme of the application.
114
+ ** On the redux-toolkit side** , we use it to configure all the store and save the default theme of the application.
115
115
116
116
For example, the storing of the favorite theme of the user
117
117
``` javascript
You can’t perform that action at this time.
0 commit comments