DEV Community

Discussion on: A Complete Beginner's Guide to React

Collapse
 
patrickcole profile image
Patrick Cole

Thank you Ali for providing such a great start to React! I noticed that there's a missing closing tag at the end of the browser.js declaration.

<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/6.1.19/browser.js">

Collapse
 
aspittel profile image
Ali Spittel

Good catch! Thanks!!