From a7faaa931249ab02966a235d8e99e6208e095add Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Tue, 9 Sep 2014 14:39:07 +0200 Subject: [PATCH] Added extra explanation for require() statements --- docs/09-addons.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/09-addons.md b/docs/09-addons.md index 1bd3f6f4..fb632714 100644 --- a/docs/09-addons.md +++ b/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. 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')`.