Techtonica / curriculum

This repo contains the curriculum of Techtonica, a free tech training program for women and non-binary adults with low incomes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unclear Example in Techtonica Slide deck

aedward8 opened this issue · comments

Page where problem found?

https://github.com/Techtonica/curriculum/blob/main/react-js/react-part-2-component-state.md

slide deck link - https://docs.google.com/presentation/d/1Trj_7vWYe79_mDboDxN9rdT94yjY5Dt55xtU1k3dUsw/edit?usp=sharing

Type of problem

Common examples:

  • Confusing or incomplete explanation
    The example on slide 16 of this lesson was extremely hard to follow. I was especially confused on where the "props" was being sent to or from since I didn't see the 'props' keyword used at all. I think a simple explanation would work.

Suggested Solution

An explanation such as

We are send the child Message component the prop ( message = 'hello" ) from the App parent react component. The part in parenthesis is the actual prop we are sending.

commented

Although it may very well be a good idea, this issue has not had recent activity and is unlikely to be worked on. Consider creating your own pull request for the issue if that is feasible. If no further activity occurs, this will be closed in 14 days. Thank you for your contribution.

Since we're changing the React curriculum to focus mostly on functional components, I'm guessing these examples will be mostly rewritten so I'm going to close this in the meantime but thanks for reporting @aedward8