Explain about the standard javascript toolchain, transpilation, jsx?
List down some of the methods in a react-dom package
What are the component life cycle methods in reactjs?
What is the ‘Store’ feature in Redux?
Name two types of React component?
What is the purpose of using bindActionsCreators?
How arrow functions are used?
Explain various flux elements including action, dispatcher, store and view. Give a simple practical example of installing and using flux in an application?
List some of the cases when you should use refs?
What is the difference between a function in setState or passing an object?
How are actions defined in redux?
What are the methods called when component is created or while inserting it to dom?
What is redux and flux?
What is React.createClass?
How would you create higher order components (hocs) in react.js?