Feature based has been my go to structure but it starts feeling clunky in large code bases where business logic is shared between UI and backend workflows.
Currently looking into domain driven and clean architecture instead, any thoughts on how those structures work in a React project?
December 4, 2024 at 2:34 PM
Feature based has been my go to structure but it starts feeling clunky in large code bases where business logic is shared between UI and backend workflows.
Currently looking into domain driven and clean architecture instead, any thoughts on how those structures work in a React project?