diff --git a/docs/refactor/00-table-of-contents.md b/docs/refactor/00-table-of-contents.md index 0b119da19..19961ead6 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 000000000..f1cc8c895 --- /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 `