You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am open this publicly to share with people my idea of how to apply Clean Architecture in React projects.
Because I often see code where everything is in one heap, with thousands of hooks (a situation when framework and business logic dependencies are mixed and become inseparable).
This approach uses Domain/Data/Presentation/Router/DI layers. The project is divided into features by screens.