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.

โ€ข8m read timeโ€ขFrom tech.tamara.co
Post cover image
Table of contents
Folders Structure ๐Ÿ—‚Presentation Layer ๐ŸŽจDomain Layer โš™๏ธData Layer ๐Ÿ’พConclusion ๐Ÿ
2 Comments

Sort: