Browse Source

Linked to an example "from scratch" implementation (#837)

* Add link to complete example

* Fix heading space on complete example
main
Jedai Saboteur 7 years ago
committed by Dan Abramov
parent
commit
049c40109d
  1. 4
      content/docs/add-react-to-an-existing-app.md

4
content/docs/add-react-to-an-existing-app.md

@ -72,6 +72,10 @@ Similarly, you can render a React component inside a DOM element somewhere insid
[Learn more about integrating React with existing code.](/docs/integrating-with-other-libraries.html#integrating-with-other-view-libraries) [Learn more about integrating React with existing code.](/docs/integrating-with-other-libraries.html#integrating-with-other-view-libraries)
### A Complete Example
You can find step-by-step instructions detailing a basic implementation from scratch, including Babel and Webpack setup [here](https://medium.com/@JedaiSaboteur/creating-a-react-app-from-scratch-f3c693b84658).
### Development and Production Versions ### Development and Production Versions
By default, React includes many helpful warnings. These warnings are very useful in development. By default, React includes many helpful warnings. These warnings are very useful in development.

Loading…
Cancel
Save