Member-only story
Frequently Asked ReactJS Interview Questions
With Tips on What to Expect and Prepare For — 2020 Version
I was preparing for a front-end ReactJS interview a few days ago and realized that many guides seem to be rather outdated (class based components, relatively few discussed about hooks, etc).
In this article, I’ll try to collate and present a list of interview questions that I think has a higher chance of being asked and hopefully it’ll be useful to you!
The first part would be presenting some tips to better help you prepare for your interviews and the second one would be QnAs of the technical questions.
Part 1
Interviewers realize that even if you memorize all the ReactJS theories perfectly well, it doesn’t mean that you can actually code. That’s why other than asking you technical questions do see if you understand the theories, it is likely that they may ask you to code on the spot.
In my case, my interviewer sent me a codesandbox link and told me we’re going to be using that link for the interview. Here’s an example of what they can use — link.
Other than codesandbox, there are many other dedicated sites like Coderbyte or HackerRank. Check out this link if you’d like to find out more about it.