Update README.md

This commit is contained in:
Dan Abramov 2015-07-15 00:59:35 +03:00
parent a831af7317
commit 37eda914af

View File

@ -33,7 +33,9 @@ Oh, and you can do the same with the TodoMVC example as well.
The design or usability is not the point. (Although we'll have better design in the future :-)
**You can build a completely custom UI for it because `<DevTools>` accepts a `monitor` React component prop.** The included `LogMonitor` is just an example.
**You can build a completely custom UI for it** because `<DevTools>` accepts a `monitor` React component prop. The included `LogMonitor` is just an example.
**[In fact I challenge you to build a custom monitor for Redux DevTools!](https://github.com/gaearon/redux-devtools/issues/3)**
Some crazy ideas for custom monitors:
@ -42,6 +44,7 @@ Some crazy ideas for custom monitors:
* A time machine like interface where the last N states of your app reside on different Z layers
* Feel free to come up with and implement your own! Check `LogMonitor` propTypes to see what you can do.
### License
MIT