This is a very rough example, but it should give you a good idea of how I structure my React apps.
What I try to do is separate code by concern and stick to a naming convention that allows me to add/remove new ideas easily.
This is a very rough example, but it should give you a good idea of how I structure my React apps.
What I try to do is separate code by concern and stick to a naming convention that allows me to add/remove new ideas easily.