Knowledge check: React components and where they live
What 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...
Aug 2, 20241 min read136

