Ask HN: Folder structure for big front end applications?
At the beginning this folder structure made sense, but currently we have over 210 Vue components (and growing). I haven't found any "better" architecture/folder structure on the web. Do you know any better?
I was thinking about simulating our backend folder structure in the frontend but I'm not quite sure about it (our backend is basically Symfony with folders for each "business" aspect of our system, subdivided in "use cases" (e.g., "return an order unit") that call "services", and "modules" that can be reused across the whole system. Somehow our backend seems to "scale" better than our frontend...
No comments yet.