David Nguyeneplus.dev·Aug 2, 2024Knowledge check: React components and where they liveWhat type of casing should be used when adding a component name after a function keyword? kebab-cased lowerCamelCase PascalCase (UpperCamelCase) There are two components at the root of the src folder: Example and App. What syntax should you use...84 readsReact BasicsKnowledge check: React components and where they live