React js Interview questions Answer
- What is React?
- What are the major features of React?
- What is JSX?
- What is the difference between Element and Component?
- How to create components in React?
- What do you understand by Virtual DOM?
- Why can’t browsers read JSX?
- Explain the purpose of render() in React.
- How can you embed two or more components into one?
- What is Props?
- What is a state in React and how is it used?
- How can you update the state of a component?
- What is the arrow function in React? How is it used?
- What are the different phases of the React component’s lifecycle?
- What is an event in React?
- How do you create an event in React?
- What are synthetic events in React?
- What do you understand by refs in React?
- List some of the cases when you should use Refs.
- How are forms created in React?
- What are Higher Order Components(HOC)?
- What are Pure Components?
- What is the significance of keys in React?
- What were the major problems with the MVC framework?
- Explain Flux.
- What is Redux?
- What are the three principles that Redux follows?
- List down the components of Redux.
- How are Actions defined in Redux?
- Explain the role of Reducer.?
- What is the significance of Store in Redux?
- What is React Router?
Comments
Post a Comment