1. Which cloud service providers offer serverless computing platforms?
2. What is the main purpose of code splitting in a React application?
3. In React, what is the first method called during the component lifecycle?
4. Which React element type is commonly used to render conditional content based on a condition?
5. Which of the following is NOT a common state management library for React?
6. Which directory is commonly used for storing test files in a React project?
7. In React, what is a "test double" or "mock"?
8. In SSR, when is the initial rendering of a React component performed?
9. How does React determine when to load a lazily loaded component?
10. When using Styled Components in React, how are styles defined for a component?
11. Which virtual DOM library is used by React.js?
12. What is the purpose of the "serverless.yml" configuration file in a serverless application?
13. Which Redux function is used to dispatch actions to update the state in a Redux store?
14. What is one key advantage of using props and state in React components?
15. What is React Native primarily used for?
16. What is the key benefit of using functional components in React?
17. Which of the following is NOT a valid Route component prop in React Router?
18. What is the primary function of React Router in a React application?
19. When rendering a list of React components, what should the "key" prop be set to?
20. What is a unit test in the context of React testing?