React course done
Spent some time during the last week working through FreeCodeCamp’s React course. Got all 47 lessons done! Redux is next.
Surprisingly, most of my struggles were with object traversal with dot notation, I kept selecting the wrong thing. Lots of this.
for everything didn’t help, but I quickly settled on a new rule: When in doubt, use this
.
I was spot on when I needed to use native JavaScript methods, which is a big confidence booster.
Need to find a small project to keep the learning going.