These two lines of code find the `<div>` we added to our HTML in the first step, and then display our "Like" button React component inside of it.
These two lines of code find the `<div>` we added to our HTML in the first step, and then display our "Like" button React component inside of it.
### That's It! {#thats-it}
@ -115,8 +115,8 @@ Before deploying your website to production, be mindful that unminified JavaScri
If you already minify the application scripts, **your site will be production-ready** if you ensure that the deployed HTML loads the versions of React ending in `production.min.js`:
If you don't have a minification step for your scripts, [here's one way to set it up](https://gist.github.com/gaearon/42a2ffa41b8319948f9be4076286e1f3).
@ -184,7 +184,7 @@ Congratulations! You just added a **production-ready JSX setup** to your project
Create a folder called `src` and run this terminal command:
The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at: