PascalCase
Component.tsx
ProductPage.tsx
camelCase
useForms.tsx
const foo = 1;
boolean
const isSelected = true; const [isEnabled, setIsEnabled] = useState<boolean>(false);