You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
87
+
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.
88
88
89
89
### That's It! {#thats-it}
90
90
@@ -115,8 +115,8 @@ Before deploying your website to production, be mindful that unminified JavaScri
115
115
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
184
184
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:
0 commit comments