kbrownc / project-game03

1 stars 1 forks source link

Convert app to use function components and hooks #3

Open Luke-Michael-Brown opened 3 years ago

Luke-Michael-Brown commented 3 years ago

Most modern React apps use function components and hooks as opposed to class components. Function components are faster and more flexible. Hooks guide: https://reactjs.org/docs/hooks-intro.html