Advanced React Concepts Flashcards

1
Q

What are hooks?

A

Let you use state and other React features without writing a class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

“render props”

A
  • function prop
  • Allows a component to dynamically determine what to render
  • Returns React element
How well did you know this?
1
Not at all
2
3
4
5
Perfectly