mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-13 07:15:46 +03:00
commit
967a306e4e
|
@ -15,7 +15,7 @@ A live-editing time travel environment for [Redux](https://github.com/reactjs/re
|
|||
- [Custom Monitors](#custom-monitors)
|
||||
- [License](#license)
|
||||
|
||||
[](https://travis-ci.org/gaearon/redux-devtools)
|
||||
[](https://travis-ci.org/reduxjs/redux-devtools)
|
||||
[](https://www.npmjs.com/package/redux-devtools)
|
||||
[](https://www.npmjs.com/package/redux-devtools)
|
||||
[](https://discord.gg/0ZcbPKXt5bWb10Ma)
|
||||
|
@ -49,7 +49,7 @@ Read the installation [walkthrough](./docs/Walkthrough.md) for integration instr
|
|||
Clone the project:
|
||||
|
||||
```
|
||||
git clone https://github.com/gaearon/redux-devtools.git
|
||||
git clone https://github.com/reduxjs/redux-devtools.git
|
||||
cd redux-devtools
|
||||
```
|
||||
|
||||
|
@ -81,7 +81,7 @@ Also try opening `http://localhost:3000/?debug_session=123`, click around, and t
|
|||
|
||||
**DevTools accepts monitor components so you can build a completely custom UI.** [`LogMonitor`](https://github.com/gaearon/redux-devtools-log-monitor) and [`DockMonitor`](https://github.com/gaearon/redux-devtools-dock-monitor) are just examples of what is possible.
|
||||
|
||||
**[I challenge you to build a custom monitor for Redux DevTools!](https://github.com/gaearon/redux-devtools/issues/3)**
|
||||
**[I challenge you to build a custom monitor for Redux DevTools!](https://github.com/reduxjs/redux-devtools/issues/3)**
|
||||
|
||||
Some crazy ideas for custom monitors:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user