Advanced React Concepts Flashcards
1
Q
What are hooks?
A
Let you use state and other React features without writing a class
2
Q
“render props”
A
- function prop
- Allows a component to dynamically determine what to render
- Returns React element