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

Added react-transform-display-names #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ For a starter kit to help write your own transforms, see [**react-transform-noop
* [**react-transform-style**](https://github.com/pwmckenna/react-transform-style) - support `style` and `className` styling for all components
* [**react-transform-log-render**](https://github.com/rkit/react-transform-log-render) - log component renders with passed props and state
* [**react-transform-count-renders**](https://github.com/stipsan/react-transform-count-renders) - counts how many times your components render
* [**react-transform-display-names**](https://github.com/nickdeis/react-transform-display-names) - Retains display names even after minification

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

Expand Down