Add a note about deprecating react-addons-perf (#10743)

* Add a note about deprecating react-addons-perf

* Update addons-perf.md
This commit is contained in:
Toru Kobayashi
2017-09-27 19:12:39 +09:00
committed by Dan Abramov
parent ce87f4ed55
commit 7fe2d448a6

View File

@@ -6,6 +6,10 @@ layout: docs
category: Add-Ons
---
> Note:
>
> As of React 16, `react-addons-perf` is not supported. Please use [your browser's profiling tools](/react/docs/optimizing-performance.html#profiling-components-with-the-chrome-performance-tab) to get insight into which components re-render.
**Importing**
```javascript