In this lesson, we look at our "component breakdown diagram" again. It becomes apparent that the state for the input field search
value needs to also be available for the NamePicker
component. We therefore elevate that piece of state to their common parent (App.js), and pass it down to both components via props.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.