fac18 / nikkin-react-game

See the project here:
https://nikkin-react-game.netlify.com/
0 stars 1 forks source link

Great modularization #29

Open Oliversw opened 4 years ago

Oliversw commented 4 years ago

Nice to see your separate components!!

Oliversw commented 4 years ago

One suggestion to push this even further is that you could potentially also move what's in your app.js to a separate component that is then imported into and called in app.js. Sometimes it can be nice to keep some of the logic and code outside of app.js so it is a very clean top level component

Oliversw commented 4 years ago

This also lets you use things like app.css to set global css rules rather than rules for a single page or view