reading-notes

Class Three Notes (301)

Passing Functions as Props

List and Keys - React1

The Spread Operator2

Pass Functions between Components3

In your own words, what does the increment function do? How can you pass a method from a parent component into a child component? How does the child component invoke a method that was passed to it from a parent component?

Things I want to know more about

Back to main page

References

  1. https://reactjs.org/docs/lists-and-keys.html 

  2. https://medium.com/coding-at-dawn/how-to-use-the-spread-operator-in-javascript-b9e4a8b06fab 

  3. https://www.youtube.com/watch?v=c05OL7XbwXU