Files
freeCodeCamp/guide/russian/react/a-react-environment-using-a-remote-code-repository/index.md
2018-10-16 21:32:40 +05:30

13 lines
973 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: A React Environment Using a Remote Code Repository
localeTitle: Реагирующая среда с использованием удаленного репозитория кода
---
Вот как создать нерабочую среду React с использованием удаленного репозитория кода. Мы будем использовать cdnjs.cloudflare.com 16.0.0, реагировать, реагировать и babel-standalone 6.26.0 для этого. babel-polyfill используется для совместимости старых браузеров.
\`\` \`\` HTML
Hello React
ReactDOM.render( <h1>Hello React</h1>, document.getElementById('helloreact'));
\`\` \` Если этот код сохраняется с расширением html-файла (helloReact.html), его можно открыть в веб-браузере он будет запускать Реакт и Вавилон.