DEV Community

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

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