DEV Community

Discussion on: What are some beginner level ReactJS questions to ask for interview?

Collapse
 
andrewbaisden profile image
Andrew Baisden

I can give you 3.

  1. What is prop drilling?
  2. What are the benefits to having reusable components?
  3. Whats the difference between functional and class components?