Browse Source

Added extra explanation for require() statements

main
Mark Anderson 10 years ago
parent
commit
a7faaa9312
  1. 2
      docs/09-addons.md

2
docs/09-addons.md

@ -21,3 +21,5 @@ The add-ons below are in the development (unminified) version of React only:
- [`Perf`](perf.html), for measuring performance and giving you hint where to optimize. - [`Perf`](perf.html), for measuring performance and giving you hint where to optimize.
To get the add-ons, use `react-with-addons.js` (and its minified counterpart) rather than the common `react.js`. To get the add-ons, use `react-with-addons.js` (and its minified counterpart) rather than the common `react.js`.
If using require in node, then use `require('react/addons')`.

Loading…
Cancel
Save