Recap

This chapter focused on implementing advanced React components. You will learnt how to implement higher-order components, and we dove into more advanced topics in React.

You have learned advanced component techniques in React! Let’s recap the chapter:

  • React
    • The ref attribute to reference DOM elements
    • Higher-order components are a common way to build advanced components
    • Implementation of advanced interactions in React
    • Conditional classNames with a neat helper library
  • ES6
    • Rest destructuring to split up objects and arrays

You can always find the source code in the official repository.

Get hands-on with 1200+ tech skills courses.