For front-end apps, we need to handle three things mainly: what the user interacts with, the logic performed by the app, and fetching data used in the app. BLoC is the cornerstone of this architectural style, it will basically take โEventsโ from the user in the UI, then perform some logic.
Table of contents
Folders Structure ๐Presentation Layer ๐จDomain Layer โ๏ธData Layer ๐พConclusion ๐2 Comments
Sort: