diff --git a/_data/nav_docs.yml b/_data/nav_docs.yml index e3b5183ff..c679cb51c 100644 --- a/_data/nav_docs.yml +++ b/_data/nav_docs.yml @@ -48,6 +48,11 @@ title: Refs to Components - id: tooling-integration title: Tooling Integration + subitems: + - id: language-tooling + title: Language Tooling + - id: package-management + title: Package Management - id: addons title: Add-Ons subitems: diff --git a/docs/09-tooling-integration.md b/docs/09-tooling-integration.md index 8c90f512b..a1e97e708 100644 --- a/docs/09-tooling-integration.md +++ b/docs/09-tooling-integration.md @@ -3,78 +3,11 @@ id: tooling-integration title: Tooling Integration permalink: tooling-integration.html prev: more-about-refs.html -next: addons.html +next: language-tooling.html --- -Every project uses a different system for building and deploying JavaScript. We've tried to make React as environment-agnostic as possible. +We've tried to make React as environment-agnostic as possible. People use React in a variety of languages (JavaScript, TypeScript, ClojureScript, etc) and in a variety of environments (web, iOS, Android, NodeJS, Nashorn, etc). There are many tools to help you build great applications. In these sections we introduce some of the tools that are most commonly used together with React. -## React +* [Language Tooling](/react/docs/language-tooling.html) describes how to set up tools like Babel to transpile JSX for a better development experience. +* [Package Management](/react/docs/package-management.html) describes how to configure React as a dependency of your project. -### CDN-hosted React - -We provide CDN-hosted versions of React [on our download page](/react/downloads.html). These pre-built files use the UMD module format. Dropping them in with a simple ` + + + +
+ + + +