Skip to content

AndreyShashlovDev/scalpel-frontend

Repository files navigation

Frontend for "Scalpel" private trading platform.

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.

React + TypeScript + Vite

Architectural approaches:

Clean architecture

Separate "View" from business logic

MVP + Router + Interactor+Repository (like VIPER)

DI: Modular architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors