DEV Community

Discussion on: How I structure my React /TS applications

Collapse
 
djamaile profile image
Djamaile

Good question! No, not all the components folders are 1:1 to the views folder. For example, a couple of months ago I was working with graphs. These graph components were not necessarily tied to a folder within views. So, I just made a graph folder within components and different views shared the graph components.