I’ve read few articles and react docs on this subject and maybe i missed something but in general there are two “main” types of folder/file structuring? Either having styles within component folder along with js file or have separate folder for components and other for styles, i kinda prefer second one…for now. But, on higher level is that basically it?
And if someone have some examples of good structured react app, i mean git repo of that project, that would be real insight.