From 6f4749436cca06d137f85ddd3d977bbff10ddc72 Mon Sep 17 00:00:00 2001 From: petehunt Date: Sun, 14 Jul 2013 16:11:14 -0700 Subject: [PATCH] add working with your environment section --- docs/refactor/00-table-of-contents.md | 4 +-- .../08-working-with-your-environment.md | 29 +++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 docs/refactor/08-working-with-your-environment.md diff --git a/docs/refactor/00-table-of-contents.md b/docs/refactor/00-table-of-contents.md index 0b119da1..19961ead 100644 --- a/docs/refactor/00-table-of-contents.md +++ b/docs/refactor/00-table-of-contents.md @@ -53,11 +53,11 @@ Working with the browser - Component lifecycle - Browser support and polyfills -Working with your development and production environments +Working with your environment - CDN-hosted React - Using master - In-browser JSX transform -- Precompiled JSX +- Productionizing: precompiled JSX - Helpful open-source projects Integrating with other UI libraries diff --git a/docs/refactor/08-working-with-your-environment.md b/docs/refactor/08-working-with-your-environment.md new file mode 100644 index 00000000..f1cc8c89 --- /dev/null +++ b/docs/refactor/08-working-with-your-environment.md @@ -0,0 +1,29 @@ +# Working with your environment + +Every project uses a different system for building and deploying JavaScript. We've tried to make React as environment-agnostic as possible. + +## CDN-hosted React + +We provide CDN-hosted versions of React [on our download page](/react/downloads.html). These prebuilt files use the UMD module format. Dropping them in with a simple `