Course Resources

Downloading the Source Code For This Course

You can find all the source code used in this course here: https://github.com/AnthonyPAlicea/understandingreact

If you would prefer to download all the source code in a single zip file, you can find that here: https://github.com/AnthonyPAlicea/understandingreact/raw/main/UnderstandingReact_TonyAlicea_AllCode.zip

Each folder corresponds to a lecture (not all lectures have source code). Within a folder is a 'Begin' folder with the code as it would be at the start of the lecture, and a 'Finished' folder with the code as it as the end of the lecture. I encourage you to start with the "Begin" folder if needed, but do the coding yourself! You can use the "Finished" folder for comparison when you finish the lecture.


Resources

Here are links to the resources mentioned in the video:

Visual Studio Code: https://code.visualstudio.com/

NodeJS: https://nodejs.org/

StackBlitz: https://stackblitz.com/

Please note: I won't be supporting the StackBlitz approach to writing the code in this course. However it is certainly possible, and I mention it as some may prefer to go through the course writing code in their browser. That said, installing Visual Studio Code and NodeJS will get you better prepared for real-world usage.


Also, here is the link to the React source code. We won't be afraid of it!

React Source Code: https://github.com/facebook/react