Use this gist to write down notes and questions as you read through the lesson plan. https://github.com/turingschool/lesson_plans/blob/master/ruby_04-apis_and_scalability/react_in_theory.markdown
It is a small view rendering library that works in components.
React diff a virtual DOM against the actual DOM to to handle state changing and re-rendering.
Why did they make JSX?
Trickle down that works!
I dig PropTypes
- would be cool to see it in the code example.