HackYourFuture / React

This repository contains all the material for the HackYourFuture module "React.js: Building dynamic UIs with modern JavaScript"
368 stars 693 forks source link

Update/lessons structure #717

Closed magdazelena closed 9 months ago

magdazelena commented 9 months ago

Added couple of tweaks to the lesson structure, for review:

  1. Removed state from lesson 1. State needs a separate long explanation not to confuse people.
  2. Structured JSX related talk apart from component abstraction part
  3. Moved from lesson 2 to lesson 1:
    • create react app explanation
    • hierarchy explanation, children vs parents (it is needed to explain what props are)
    • transpilation explanation

I think I might have couple more suggestions, but I will make a PR after the class to verify the assumptions.