You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

960 B

id title permalink prev next
tooling-integration Tooling Integration docs/tooling-integration.html more-about-refs.html language-tooling.html

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.

  • Language Tooling describes how to set up tools like Babel to transpile JSX for a better development experience.
  • Package Management describes how to configure React as a dependency of your project.
  • Server-side Environments describes how to configure your environment for server-side rendering with React.