Thoughts about folder structure for React applications
There should be 2 main folders for your components.
/components /pages
Let me explain
A lot of the time you'll be using react-router. Thinking in routes is much easier to remember than seeing multiple components of similar names.