mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
[Docs][Rtk-query][Readme]: remove To Do
, update demo source link and update Features
(#799)
* docs(rtk-query): remove `To Do`, update demo source link, and update `Features` * fix: run prettier
This commit is contained in:
parent
c83ba6828e
commit
01a48db742
|
@ -7,7 +7,7 @@ Created by [FaberVitale](https://github.com/FaberVitale), inspired by [react-que
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
- [link](https://rtk-query-monitor-demo.netlify.app/)
|
- [link](https://rtk-query-monitor-demo.netlify.app/)
|
||||||
- [demo source](https://github.com/FaberVitale/redux-devtools/tree/feat/rtk-query-monitor/packages/redux-devtools-rtk-query-monitor/demo)
|
- [demo source](https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-rtk-query-monitor/demo)
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ yarn add @redux-devtools/rtk-query-monitor
|
||||||
|
|
||||||
You can use `RtkQueryMonitor` as the only monitor in your app:
|
You can use `RtkQueryMonitor` as the only monitor in your app:
|
||||||
|
|
||||||
##### `containers/DevTools.js`
|
#### `containers/DevTools.js`
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
@ -45,7 +45,7 @@ Then you can render `<DevTools>` to any place inside app or even into a separate
|
||||||
|
|
||||||
Alternatively, you can use it together with [`DockMonitor`](https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-dock-monitor) to make it dockable.
|
Alternatively, you can use it together with [`DockMonitor`](https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-dock-monitor) to make it dockable.
|
||||||
|
|
||||||
See also
|
### See also
|
||||||
|
|
||||||
- [`DockMonitor` README](https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-dock-monitor)
|
- [`DockMonitor` README](https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-dock-monitor)
|
||||||
|
|
||||||
|
@ -55,34 +55,27 @@ See also
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- sorts queries in ascending or descending order by:
|
- sorts active queries and mutations in ascending or descending order by:
|
||||||
- fulfilledTimeStamp
|
- fulfilledTimeStamp
|
||||||
- query key
|
- query key
|
||||||
- query status
|
- query status
|
||||||
- endpoint
|
- endpoint
|
||||||
- api reducerPath
|
- api reducerPath
|
||||||
- filters queries by:
|
- filters active queries and mutations by:
|
||||||
- fulfilledTimeStamp
|
- fulfilledTimeStamp
|
||||||
- query key
|
- query key
|
||||||
- query status
|
- query status
|
||||||
- endpoint
|
- endpoint
|
||||||
- api reducerPath
|
- api reducerPath
|
||||||
- displays
|
- toggleable regular expression search
|
||||||
|
- Displays
|
||||||
- status flags
|
- status flags
|
||||||
- query state
|
- query state
|
||||||
- tags
|
- tags
|
||||||
- subscriptions
|
- subscriptions
|
||||||
- api state
|
- api state
|
||||||
- api stats
|
- api stats
|
||||||
|
- actions relevant to the selected query or mutation
|
||||||
## TODO
|
|
||||||
|
|
||||||
- [ ] display mutations
|
|
||||||
- [ ] filter by tags types
|
|
||||||
- [ ] download query.data
|
|
||||||
- [ ] upload query.data(?)
|
|
||||||
- [ ] refetch query button(?)
|
|
||||||
- ...suggestions are welcome
|
|
||||||
|
|
||||||
## Redux DevTools props
|
## Redux DevTools props
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user