+ 1
React code not working
Why am I getting an error here? Is this a sololearn messup or? https://code.sololearn.com/Wf8ylN6XTC8A/#js
4 Respuestas
+ 12
https://code.sololearn.com/Wi772Mr81mX8/?ref=app
+ 5
You need to include the React libraries. https://www.sololearn.com/learn/11962/
+ 5
Yosharu you have forgotten to include React and react-DOM library, not adding babel script directive and without using ReactDOM.render.
Check out this code, I tried to add the lib and other necessary for you.
https://code.sololearn.com/WVQxQqEaI6r1/?ref=app
+ 2
Calviղ thanks a lot. i see some things in the js you added that ill have to learn about but ill work on it.