React Context and CS50 Lesson 1

Yesterday I started the Harvard CS50: Introduction to Computer Science course. So far I've watched Lesson 0 (yesterday) and Lesson 1 (today). Nothing earth-shattering, but I did appreciate learning a bit about the C programming language. As basic of an introduction to progamming it is, the instructor makes you excited to want to try some basic input/outputs.

Today I also continued the Advanced React course by Wes Bos, and lesson 45 - "Using React Context for our Cart State" - was a good working introduction to making use of context, which I've not had a reason to poke at until now.

March 23, 2021🏷cs50