Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7
The SL tutorial would have at least taught you to use JSX https://www.sololearn.com/learn/10615/?ref=app Plus, there's this React.js template https://code.sololearn.com/Wi772Mr81mX8/?ref=app
11th Jan 2020, 11:42 AM
Burey
Burey - avatar
+ 3
If so, the Square part is based on your understanding? Good job👍
11th Jan 2020, 10:11 AM
Gordon
Gordon - avatar
+ 2
Your Square is using new React Hooks syntax, but your Board and Game are using old component syntax.
11th Jan 2020, 9:50 AM
Gordon
Gordon - avatar
+ 2
You should use jsx for ease of maintenance and development, let babel builds the dev code for you.
11th Jan 2020, 2:03 PM
Calviղ
Calviղ - avatar