I agree with most except for week 5:
Shelve GraphQL for now. Learn REST first. That doesn’t take the full week, so learn about functional programming in JavaScript (at a minimum map, filter, reduce). First thing one see in the render() method of a React todo app is the map() function. Async programming in JavaScript is also essential and should be next in the study plan.