This is a container repo to hold my progress on the Epic React course by Kent C. Dodds. This course seems like a great intro or review for anyone looking to brush up on or learn React. I was most excited about the testing section and suspense.
This repo uses submodules so you'll need to run the following command to clone them all down:
git clone --recurse-submodules https://github.com/acasarsa/epic-react.git
cd submodule_path // example: cd 01-react-hooks
node setup
Once there go to the README for that lesson and following the directions and you should be good to go. To see a blank copy of this course check the branch blank-course on each submodule.