You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/10-addons.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The React add-ons are a collection of useful utility modules for building React
18
18
19
19
The add-ons below are in the development (unminified) version of React only:
20
20
21
-
-[`TestUtils`](test-utils.html), simple helpers for writing test cases (unminified build only).
22
-
-[`Perf`](perf.html), for measuring performance and giving you hint where to optimize.
21
+
-[`TestUtils`](test-utils.html), simple helpers for writing test cases.
22
+
-[`Perf`](perf.html), a performance profiling tool for finding optimization opportunities.
23
23
24
24
To get the add-ons, install them individually from npm (e.g., `npm install react-addons-pure-render-mixin`). We don't support using the addons if you're not using npm.
0 commit comments