We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2dc36 commit b287e82Copy full SHA for b287e82
docs/docs/09-addons.md
@@ -21,3 +21,5 @@ The add-ons below are in the development (unminified) version of React only:
21
- [`Perf`](perf.html), for measuring performance and giving you hint where to optimize.
22
23
To get the add-ons, use `react-with-addons.js` (and its minified counterpart) rather than the common `react.js`.
24
+
25
+When using the react package from npm, just simply `require('react/addons')` instead of `require('react')` to get React with all of the addons.
0 commit comments