InterviewSolution
Saved Bookmarks
| 1. |
What are hooks in react native? |
||||||
|
Answer» Hooks are a new enhancement in React 16.8. They allow to UTILIZE the state and other react features without involving the class. The major agenda behind using the hooks are to handle the SIDE effects in the functional components of react. 38. What is the difference between HOT Reloading and Live Reloading in React Native?
|
|||||||