Skip to content

This is an example of a NativeScript project implementing Clean Architecture.

License

Notifications You must be signed in to change notification settings

salvadorcoronel/nativescript-clean-arquitecture

Repository files navigation

NativeScript Clean Arquitecture

Demo App

If you want a quickstart, clone the repo, then:

$ git clone https://github.com/salvadorcoronel/nativescript-clean-arquitecture.git
$ cd nativescript-clean-arquitecture
$ tns run android/iOS --bundle

Clean Arquitecture

This is an implementation of the clean architecture principles in a NativeScript project. In this code you can see how we totally separate the Uses Cases and Entities, from the View and data in Memory, local device or from an API.

You can see how we communicate between layers following the Dependency Rule and how we transform data sources that moving between layers to avoid dependence on the Use Cases of any external element of our application.

About

This is an example of a NativeScript project implementing Clean Architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published