Files
react.dev/content/docs/try-react.md
Alex 7fafb9f916 Break out Installation into top-level doc section (#452)
* Break out Installation into top-level doc section

* Update navigation (prev/next, nav tree)

- Move Installation section to top
- Add next/prev to install pages

* add links to other install options from try react page

* fix markdown link

* Clarify that Quick Start and Install are optional "next steps"

* Add top-level CDN page

This is useful for Codepen and other Unpkg-y setups

* Add link to Tutorial from Try React

* Update CRA link in tutorial

* Make Try React subheader a proper sentence

* Add "minimal"

* Explain local dev setup is more work than Codepen etc

* Fix typos

* Add : between headings

* add note that CRA is not lightweight

* fix typo

* Update add-react-to-a-new-app.md

* Update add-react-to-a-new-app.md

* Remove the Bower note

* Update try-react.md

* Tweak wording

* Use direct link
2017-12-23 15:37:23 +00:00

1.8 KiB

id, title, permalink, next, redirect_from
id title permalink next redirect_from
try-react Try React docs/try-react.html add-react-to-a-new-app.html
docs/installation.html
download.html
downloads.html
docs/tooling-integration.html
docs/package-management.html
docs/language-tooling.html
docs/environments.html

Try React online or set up your local development environment.

Online

If you're just interested in playing around with React, you can use an online code playground. Try a Hello World template on CodePen or CodeSandbox.

Minimal HTML Template

If you prefer to use your own text editor, you can also download this HTML file, edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so don't use it in production.

Next Steps

Quick Start

  • Head over to the Quick Start section for a step-by-step introduction to React concepts.

  • Try the Tutorial for a hands-on practical example.

Complete Development Environment

The lightweight solutions above are the best fit if you are new to React or just experimenting.

When you are ready to build your first application with React, check out the install guides below. These setups are designed to get you up and running with a great developer experience and are ready for production. They include linting, testing, and optimizations built-in; however, they require more time and disk space to set up and install.