This article is an English translation of the original in my blog: Alejándonos de ReactJs y VueJs en el front end usando Clean Architecture. Clean Architecture is the ability to uncouple our application of the delivery mechanism to the user, that is, from the UI framework or library.
Table of contents
Why move away from the framework?Our scenarioArchitecture¿What code is reused?Domain LayerData LayerPresentation Layer — AdaptersPresentation Layer — UIDependency InjectionSource codeConclusions3 Comments
Sort: