DEV Community

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

Collapse
 
bhavyashah profile image
Bhavyashah • Edited

Here are some Question that asked in some Interview level question that help you to learn react also:


Top react Interview Questions

1) What are the features of React?
2) What is JSX?
3) Can web browsers read JSX directly?
4) What is the virtual DOM in React JS?
5) Why use React instead of other frameworks, like Angular or Vue JS?
6) How do you create a React app?
7) What is an event in React?
8) Why is there a need for using keys in Lists?
9) What are forms in React?
10) What is an arrow function and how is it used in React?
11) How is React different from React Native?
12) What are the components in React?
13) What is the use of render() in React?
14) What is a state in React?
15) What are props in React?
16) How do you pass props between components?
17) What are the differences between state and props?
18) What is Redux?
19) What are the components of Redux?
20) What is the Flux?
21) What is hooks? Why we use Hooks?
22) How is Redux different from Flux?
23) What is React Router & Why do we need react router?
24) Differentiate between States and Props.