#clean-architecture
Read more stories on Hashnode
Articles with this tag
One of the ideas of the UseCase layer is to be an interaction layer. It's where different parts of the application work together to achieve a defined...
In the first article, I introduced the UseCases and its advantages. Now let me show you how it looks from the inside and how I use it from my...
I have been struggling a lot with huge and complex React components. We usually write too much logic inside them. Also, we see no problem on mix this...