Skip to content

How to implement Clean arch in frontend applications

Notifications You must be signed in to change notification settings

jestfuljoker/clean-react

Repository files navigation

React Clean Arch ⚛️

⚠️ Work stopped to develop backend API first

This project is focused on how to implement Clean Architecture, Solid, DDD and TDD principles in frontend applications.

Developed featuresTechnologies

🚀 Developed features

  • Validation Layer:

    • Use composite pattern to create validation methods;
    • Test the methods;
    • Implement in presentation layer;
    • Use Builder pattern to build composite validator class;
  • Login:

    • Domain Layer;
    • Data Layer;
    • Tests;
    • Validation;
    • Presentation Layer;
    • Infra Layer;

🛠️ Technologies

With 💙 by Chriszao