🐍 🐍 🐍 🐍 🐍
A continuation of react-snake, worked on with the one and only Teenie Quaggard during Founders and Coders React Week.
+ Updated to use styled-components and hooks (13th October 2020)
To Run:
git clone https://github.com/mr-bagglesworth/arcadeSnake.git
npm i
to get all 59 million dependenciesnpm run dev
to run this
To Open: go to port 1234
- how to pass a parent's state down to child components as props
- how to map through an array and render it
- a little bit about asynchronicity in React, and how setState works. A lot more to learn on this one still
- a bit more about common bugs that React developers will encounter. More useful info can be found in this FreeCodeCamp Article