Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Commit df23cf0

Browse files
committed
Merge pull request #92 from stipsan/patch-1
Add link to react-transform-count-renders and react-transform-log-render
2 parents 1e4536b + c0fbc89 commit df23cf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ For a starter kit to help write your own transforms, see [**react-transform-noop
3838
* [**react-transform-debug-inspector**](https://github.com/alexkuz/react-transform-debug-inspector) - renders an inline prop inspector
3939
* [**react-transform-render-visualizer**](https://github.com/spredfast/react-transform-render-visualizer) - highlight components when updated
4040
* [**react-transform-style**](https://github.com/pwmckenna/react-transform-style) - support `style` and `className` styling for all components
41+
* [**react-transform-log-render**](https://github.com/rkit/react-transform-log-render) - log component renders with passed props and state
42+
* [**react-transform-count-renders**](https://github.com/stipsan/react-transform-count-renders) - counts how many times your components render
4143

4244
Feeling inspired? Learn [how to write transforms](#writing-transforms) and send a PR!
4345

0 commit comments

Comments
 (0)