Which hook is used to manage global state in React.js?
Which hook is used to create an inline style object in React?
Which hook is used to prevent unnecessary re-renders in React?
Which hook is used to handle errors in React?
Which React hook is used to set the title of a web page?
Which hook is used to share state logic between components in React?
What are the types of streams in Node.js?
What is the purpose of the useCallback hook in React.js?
What is the purpose of the useLayoutEffect hook in React.js?
What is the difference between the useCallback() and useMemo() hooks in React.js?