Skip to content

Commit 7e20243

Browse files
committed
Add benchling articles about perf to docs
Temporary solution until new react perf is released. Ref facebook#6174
1 parent 10f9476 commit 7e20243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/10.9-perf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ React is usually quite fast out of the box. However, in situations where you nee
1010

1111
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.
1212

13+
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/)!
14+
1315
## General API
1416

1517
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.

0 commit comments

Comments
 (0)