View on GitHub

Code Fellows reading notes

A repository for organizing notes from my learning.

React States and Props

React Lifecycle

Source (Blog Post): React: Component Lifecycle Events

React State Vs. Props

Source (Video): Web Dev Simplified: React State Vs Props

Things I want to know more about

The way that props and state work feel reminiscent of events in traditional JS, and I want to learn more about how dynamic information/events behave within the prop/state ecosystem. I know that information flows downward in React, but I don’t know yet how components lower in the tree can ‘ping’ components higher in the tree to trigger a cascading state change of flow of new information.