-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Feature Request: Perf buttons #71
Comments
👍 This would be fantastic. |
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed. |
This is on our radar. Looking into some great perf integration in the devtools |
👍 Would love this |
No further update on this? It would be really handy |
Hi everyone and @albertogasparin. I have built a chrome devtools extension to achieve this. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
@crysislinux: thanks! |
@marob I am not sure about that. But I will try to dig into react-developer-tools. BTW. Do people still want this feature? If yes. I will start work on this. |
React DevTools has been rewritten and recently launched a new version 4 UI. The source code for this rewrite was done in a separate repository and now lives in the main React repo (github.com/facebook/react). Because version 4 was a total rewrite, and all issues in this repository are related to the old version 3 of the extension, I am closing all issues in this repository. If you can still reproduce this issue, or believe this feature request is still relevant, please open a new issue in the React repo: https://github.com/facebook/react/issues/new?labels=Component:%20Developer%20Tools |
It would be really nice if this extension had buttons that called out to
React.addons.Perf.start()
/React.addons.Perf.stop()
/React.addons.Perf.print*()
The text was updated successfully, but these errors were encountered: