December 2019
Intermediate to advanced
474 pages
10h 3m
English
HOCs are advanced features in React that focus on the reusability of our components. They aren't part of the official React APIs, but introduce a pattern that is popular among the core team and many libraries, such as Redux.
In the first part of this section, we'll create our first HOC, which uses logic to retrieve data from the data source that we created in the previous section.
Read now
Unlock full access