What are the life cycle of reactjs?
How to use https instead of http in create-react-app?
Give an example of both stateless and stateful components with source code?
What is component in reactjs?
Is setState() is async? Why is setState() in React Async instead of Sync?
How can you embed two or more components into one?
What is “forward refs”?
Explain various flux elements including action, dispatcher, store and view. Give a simple practical example of installing and using flux in an application?
What is the difference between function based component and class based component?
Can you update the values of props?
What is the lifecycle methods order in mounting?
What are the lifecycle methods going to be deprecated in react v16?
What is a higher order component?
What are the popular react-specific linters?
What is the difference between state and props?