React Framework
What is the difference between useMemo and useCallback?
React Framework
What are React lifecycle methods?
React Framework
What are custom hooks in React?
React Framework
What is React.memo?
React Framework
How do you pass data from child to parent in React?
React Framework
What is conditional rendering in React?
React Framework
How does useEffect replicate componentDidMount?
React Framework
What is the difference between state and props?
React Framework
What is an Error Boundary?
React Framework
What is React.StrictMode?
React Framework
What is JSX?
React Framework
What is prop drilling and how do you avoid it?
React Framework
What are React Portals?
React Framework
What is the useReducer hook?
React Framework
What value should you use for keys in a list?
React Framework
What is the useContext hook?
React Framework
Why are keys important in React lists?
React Framework
What is state in React?
React Framework
What is reconciliation in React?
React Framework
How does the useState hook work?
React Framework
What is lazy loading in React?
React Framework
What does useState return and how do you update state?
React Framework
What is a class component in React?
React Framework
What are props in React?
React Framework
What are React Fragments?
React Framework
What are Higher-Order Components (HOCs)?
React Framework
What is the useRef hook?
React Framework
What are the rules of hooks?
React Framework
What is the children prop in React?
React Framework
What is the Context API in React?
React Framework
How do you optimize a React application's performance?
React Framework
What is React?
React Framework
What does the dependency array in useEffect do?
React Framework
What is React.Suspense?