Skip to content

Commit c893642

Browse files
committed
add react-dev-tools example
1 parent 246b3ad commit c893642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ remock.mock('div', (type, props) => ({
119119
# Why you may need it?
120120
- to empower shallow rendering [Why I Always Use Shallow Rendering](https://medium.com/@antonkorzunov/why-i-always-use-shallow-rendering-a3a50da60942)
121121
- to wrap your components with another components, you were able to do with jquery - see [examples for react-queue](https://github.com/theKashey/react-queue#examples)
122+
- color React-Dev-Tools, helping distinquish Stateful/SFC and RenderProps? [code-sandboxexample](https://codesandbox.io/s/x4p2zrvw4).
122123
123124
# See also
124125
Remock is a little brother of [rewiremock](https://github.com/theKashey/rewiremock)

0 commit comments

Comments
 (0)