TCS React js interview questions.
TCS React js interview questions
- Advantages/Disadvantages of ReactJS?
- What is the entry point of a React Application?
- What is HOC? Where have you used/written in your project?
- What is React Context API and when to use?
- How do you handle API calls on your React App? Axios ..
- How will you chain multiple API calls that is depending on the previous request?
- How will you optimize a React Application?
- What is pure component? How will you implement the same on Functional
components?
- Explain controlled and uncontrolled components?
- Redux questions on reducers, actions and state?
- How to avoid mutating an array when performing an operation?
- Explain this keyword with arrow function and normal?
- Event bubbling ?
- ES6 features you have used?
- Difference between map, filter and foreach?
- Deep copy vs Shallow copy?
- What is react ?