-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Profiler API docs #2176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiler API docs #2176
Conversation
Deploy preview for reactjs ready! Built with commit ab6a07a |
Summary: * Profiler RFC: https://github.com/reactjs/rfcs/blob/master/text/0051-profiler.md * Profiler release documentation: reactjs/react.dev#2176 cc jbrown215 Pull Request resolved: #7979 Reviewed By: bvaughn Differential Revision: D16562521 Pulled By: jbrown215 fbshipit-source-id: 7afee058cfe159a30807d2c7f60966942dbac504
@@ -86,7 +86,8 @@ | |||
"nit:examples": "prettier --config examples/.prettierrc --list-different \"examples/**/*.js\"", | |||
"prettier": "yarn format:source && yarn format:examples", | |||
"prettier:diff": "yarn nit:source && yarn nit:examples", | |||
"reset": "rimraf ./.cache" | |||
"reset": "rimraf ./.cache", | |||
"start": "yarn dev" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol you caught me 😉 this always trips me up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sme
Includes a 16.9 release notes section with an arbitrary/random date mentioning the new
Profiler
API and a reference page with examples and docs.Open Questions