reactbook
reactbook copied to clipboard
React.DOM is undefined
use version 16 to build the code, but it failed in lesson ONE T_T, build 'Hello world' and then throw the error, HELP T_T
Hey I don't think that code is valid anymore. Include the Dom-factories with this script
<script src="https://unpkg.com/[email protected]/index.js"></script>
Then everywhere the book uses React.DOM replace it with ReactDOMFactories
e.g
ReactDOMFactories.h1(null, "Hello World!")
Happy Coding!
thanks, it worked!
thank, it has worked!