From 89ca7497126ca43b3fd46f7342291839a2eed2ca Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 5 Mar 2016 20:23:44 +0100 Subject: [PATCH] Add benchling articles about perf to docs Temporary solution until new react perf is released. Ref #6174 --- docs/10.9-perf.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/10.9-perf.md b/docs/10.9-perf.md index 0a1e21333..102e2abcb 100644 --- a/docs/10.9-perf.md +++ b/docs/10.9-perf.md @@ -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.