Skip to content

Commit 60b9451

Browse files
committed
Update README.md
1 parent 3af7775 commit 60b9451

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Redux DevTools
33

44
Haha. README coming. Also not on NPM yet.
55

6+
### Running Examples
7+
68
In the meantime, you can do this:
79

810
```
@@ -20,3 +22,9 @@ Try clicking on actions in the log, or changing some code inside `examples/count
2022
For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.
2123

2224
Oh, and you can do this with the TodoMVC example as well.
25+
26+
### It's Ugly!
27+
28+
The design or usability is not the point. (Although we'll have better design in the future :-)
29+
30+
You can build a completely custom UI for it because `<DevTools>` accepts a `monitor` React component prop. You can build any UI you want for it. The included `LogMonitor` is just an example.

0 commit comments

Comments
 (0)