Its ok to name files like this in a React JS app?
- SearchBarComponent (React Component)
- SearchResultPage (React Component that intent to be a page)
- SearchBar (Class or Service)
- Also some variations XXXLayout,XXXContainer (I know that this is ok)
I know that maybe this can be redundant due to folder structure (pages, components, services etc)
But when I am working in a file in my code editor and also up in the tabs, its easy for me to know where I am and where to go.
PD: I already viewed a lot of content about folder structures, and I have a good understanding, my problem is when I am looking several tabs in my editor.