InterviewSolution
Saved Bookmarks
| 1. |
What is HOC in React Native? |
|
Answer» Higher-Order-Component, shortly KNOWN as HOC is an advanced React Native technique to reuse the component LOGIC. The function obtains a component and returns a NEW element. NOTE: If you are a react native DEVELOPER then these questions & answers will help you to crack your interview easily. Examplefunction HOC(COMP) { |
|