What is Flux Concept In React?
What are the life cycle of reactjs?
How can you update the state of a component?
What is the recommended way for naming components?
What do you know about controlled and uncontrolled components?
What is the ‘Store’ feature in Redux?
What kind of tools might you use in the build steps to optimize the compiled output of the react code?
Explain synthetic event in React js?
What is PureComponent? When to use PureComponent over Component?
How to set state with a dynamic key name?
What are refs in reactjs?
Why should I use react js?
What is flux concept in reactjs? Explain various flux elements including action, dispatcher, store and view. Give a simple practical example of installing and using flux in an application?
What are the different phases of react component’s lifecycle?
What is inline conditional expressions?