> “Why are file names dash-case when class names are PascalCase? It should reflect the class name, so from now on, we will name them SomePageComponent.tsx.”
That's actually a common practice. Files (modules, that is) are usually named after their principal export.
That's actually a common practice. Files (modules, that is) are usually named after their principal export.