Dec 1, 2021
That's exactly how I organize my projects and it's just the most maintainable way I think (at least for now). Thanks!
Also, I keep each folder as flat as possible. I don't see any benefits of placing files into some "components", "containers", "utils" folders most of the time. I just use explicit file names and that's it. They may be long. But it also helps you to find them by "find by name" shortcuts etc.