fac19 / week10-Chlat

https://lets-go-pokemon-battle.netlify.app/
1 stars 0 forks source link

Splitting App.js into multiple components #24

Closed matthewdking closed 4 years ago

matthewdking commented 4 years ago

It looks like you have started to do this as the DisplayForm component isn't being used so I assume this was the beginning of compentising App 👌

The render method of App is definitely quite busy and could be split into two e.g. Game and StartGameForm