Strange mixture of camelcase and hyphenated files when I used:
npx create-react-app . --typescript

I would recommend only lowercase filenames - the technical reason is that macos is case insensitive and linux is not. so macos fs won't see file renamings easily when using git etc. people that know will know what I am talking about
Strange mixture of camelcase and hyphenated files when I used:
I would recommend only lowercase filenames - the technical reason is that macos is case insensitive and linux is not. so macos fs won't see file renamings easily when using git etc. people that know will know what I am talking about