mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #6195 from mxstbr/perf-links
Add benchling engineering articles about perf to docs
(cherry picked from commit d8ee071c92)
This commit is contained in:
@@ -10,6 +10,8 @@ React is usually quite fast out of the box. However, in situations where you nee
|
||||
|
||||
In addition to giving you an overview of your app's overall performance, ReactPerf is a profiling tool that tells you exactly where you need to put these hooks.
|
||||
|
||||
See these two articles by the [Benchling Engineering Team](http://benchling.engineering) for a in-depth introduction to performance tooling: ["Performance Engineering with React"](http://benchling.engineering/performance-engineering-with-react/) and ["A Deep Dive into React Perf Debugging"](http://benchling.engineering/deep-dive-react-perf-debugging/)!
|
||||
|
||||
## General API
|
||||
|
||||
The `Perf` object documented here is exposed as `require('react-addons-perf')` and can be used with React in development mode only. You should not include this bundle when building your app for production.
|
||||
|
||||
Reference in New Issue
Block a user