mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
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:
committed by
Dan Abramov
parent
ce87f4ed55
commit
7fe2d448a6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user