Chapter 8

  1. When should you inherit component state?
    1. Only when you have many different components that all share the same state structure, but render different output
  2. What is a higher-order component?
    1. A component that returns another component
  3. If you inherit JSX from a component, what should you override?
    1. You can pass new state values to the inherited component in componentDidMount().
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.36.141