A
A
AlexKindGeek2018-08-14 12:18:54
React
AlexKindGeek, 2018-08-14 12:18:54

Are there examples of HOCs?

Hello.
I know what HOC is, what it does, and so on. BUT, I really don’t know where they can be used except to make the toggleable component, make the text uppercase and that’s it.
Is there a collection of HOC examples?
More interested in examples with Redux

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Spirin, 2018-08-14
@AlexKindGeek

connect
withRouter
frondloadConnect
What are some examples with Redux? The only HOC associated with Redux is connect , which returns a bean subscribed to store changes. Yes, and that one is in the react-redux package.
If you don't know where to apply the HOC, then there is no need for it in your code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question