DEV Community

Discussion on: React Interview Questions (Mid - Senior Level)

Collapse
 
frontendengineer profile image
Let's Code

is there any other additional questions you would like to add to the list I have above?

Collapse
 
raseljam profile image
Raul Heydari

1-What are the alternatives to HOC and what are their Advantages?
2-what are the difference and similarities between useRef and useState

Collapse
 
frontendengineer profile image
Let's Code

Those are definitely two great questions to add on the list. Thanks Raul!

Collapse
 
this_mkhy profile image
Mohamed Khaled Yousef

Types of side effects
What are Forward Refs?
What is static typing? Does React Hook work with static typing?
What are Custom Hooks and give an example?