- What is React?
- What are the features of React?
- List some of the major advantages of React.
- What are the limitations of React?
- What is JSX?
- What do you understand by Virtual DOM? Explain its working.
- Differentiate between Real DOM and Virtual DOM.
- Why can’t browsers read JSX?
- How different is React’s ES6 syntax when compared to ES5?
- How is React different from Angular?
- What do you understand from “In React, everything is a component.”
- 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?
- Differentiate between states and props.
- How can you update the state of a component?
- What is arrow function in React? How is it used?
- Differentiate between stateful and stateless components.
- What are the different phases of React component’s lifecycle?
- Explain the lifecycle methods of React components in detail.
- 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 do you modularize code in React?
- How are forms created in React?
- What do you know about controlled and uncontrolled components?
- What are Higher Order Components(HOC)?
- What can you do with HOC?
- What are Pure Components?
- What is the significance of keys in React?
- What were the major problems with MVC framework?
- Explain Flux.
- What is Redux?
- What are the three principles that Redux follows?
- What do you understand by “Single source of truth”?
- List down the components of Redux.
- Show how the data flows through Redux?
- How are Actions defined in Redux?
- Explain the role of Reducer.
- What is the significance of Store in Redux?
- How is Redux different from Flux?
- What are the advantages of Redux?
- What is React Router?
- Why is switch keyword used in React Router v4?
- Why do we need a Router in React?
- List down the advantages of React Router.
- How is React Router different from conventional routing?
Last active
February 12, 2018 07:50
-
-
Save embarq/156c0e60b23f01b020b8be66c2e18141 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment