Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question