FACN4 / week9-the-a-team

FAC's #1 Noughts and Crosses web app.
https://tic-fac-toe.netlify.com/
0 stars 1 forks source link

Functional stateless components #57

Open jema28 opened 6 years ago

jema28 commented 6 years ago

If you only have a render function in a component, it's best practice to use functional stateless component syntax e.g. in App.js.