DEV Community

Kaustubh Trivedi
Kaustubh Trivedi

Posted on • Edited on

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

Top comments (7)

Collapse
 
zainbinfurqan profile image
Zain Ahmed

For interview prepration:

  1. Real/Virtual Dom
  2. React hooks (useState, useEffect, useContext. etc)
  3. State & props
  4. destruct Props
  5. Component breakdown (parent -> children)
  6. How to stop re-rendering when props are not changed which are passing to child component
  7. React redux basic concept
  8. Concept of basic react global state these are some listed item which mostly i ask to any beginner level React JS Developer
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?
Collapse
 
frontendengineer profile image
Let's Code

Here are some ReactJS questions I posted on this platform.

dev.to/frontendengineer/common-rea...
dev.to/frontendengineer/react-inte...

Collapse
 
mrdulin profile image
official_dulin • Edited

Most voted React.JS questions on stackoverflow.
stackoverflow.com/questions/tagged...

Collapse
 
ben profile image
Ben Halpern

For an interview context?

Collapse
 
kaustubhtrivedi profile image
Kaustubh Trivedi

I am supposed to take ReactJS interns interviews. I was making a questionnaire for the same and thought of asking the community as of what they would ask if they were in my place