Q.Lifecycle methods are mainly used
Q.Event handling in React is more similar to Event handling in DOM.
Q.In React state can be accessed using ________.
Q.React keeps track of what items have changed, been added, or been removed from a list using ________.
Q.Which lifecycle event is invoked before rendering and when new props or state are being received?
Q.We can declare special methods on the component class to run some code when a component mounts and unmounts.
Q.Two building blocks of ReactJS are ______________.
Q.React covers __________ layer of the app.
Q.Function that does not change its results for the same set of inputs are called __________.
Q.React uses _____________ syntax.