SarahFrench / react-game-of-life

Re-creating my Conway's Game of Life project in React
https://sarahfrench.github.io/react-game-of-life/
0 stars 0 forks source link

upgrade class components to function components #6

Open TomAFrench opened 4 years ago

TomAFrench commented 4 years ago

Classes = old and busted functions = new hotness

SarahFrench commented 4 years ago

I'm irrationally biased against functional components lol. But yeah Cells should be functions fr

TomAFrench commented 4 years ago

You'll change your mind when you encounter hook :mage_man:magic:mage_man:.