What is UseCase and why to use?
What is Use case?
The purpose of the UseCases is to be a mediator between your ViewModels and Repositorys.
Let’s say in the future you decide to add an “edit post” feature. All you have to do is add a new EditPost UseCase and all its code will be com...
fakhrulasa.hashnode.dev2 min read