HOC is React pattern called Higher Order Components that have nothing to do with Higher Order Functions.
I would add interator protocol to the list. This is the API behind generators that make them work. This is also what make for..of loops works with arrays. Because Arrays are iterators.
Cheers