Browse Source

Small copy changes to TestUtils and Perf summaries

main
Chris Bolin 9 years ago
parent
commit
0a2d3d5f89
  1. 4
      docs/10-addons.md

4
docs/10-addons.md

@ -18,7 +18,7 @@ The React add-ons are a collection of useful utility modules for building React
The add-ons below are in the development (unminified) version of React only: The add-ons below are in the development (unminified) version of React only:
- [`TestUtils`](test-utils.html), simple helpers for writing test cases (unminified build only). - [`TestUtils`](test-utils.html), simple helpers for writing test cases.
- [`Perf`](perf.html), for measuring performance and giving you hint where to optimize. - [`Perf`](perf.html), a performance profiling tool for finding optimization opportunities.
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. 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.

Loading…
Cancel
Save