I have known and worked with Florian Rappl for the last eight years. Florian is one of these rare architects who also loves to write code. Over these eight years, I’ve witnessed many projects where Florian took the lead architecture role – introducing a micro frontend solution and guiding teams to a successful implementation. He is one of the world’s .NET and micro frontend community leading experts. In this book, The Art of Micro Frontends, Florian takes you on a learning journey that covers implementation ideas, scalability aspects, organizational issues, as well as security aspects. This will help you to successfully launch your own micro frontend solution – either from scratch or using one of the established frameworks.

Request optimizations.
Micro frontends are all about modularization. As a result, the number of HTTP requests will definitely
grow. After all, instead of having everything integrated into a monolith, we now have a system where
the different technical parts are still very much separated – either on a server or in the browser.
Quite often, many modules will need to request the same or similar data. If we are not careful, this
may lead to a lot of stress on the API servers. Even worse, aggregating the results will take longer,
leading to a worse user experience. It can, therefore, be useful to mitigate this by introducing microcaching for API requests. If a request to /api/user is cached for 1 s, then other execution units get
the result immediately from the cache. Importantly, on the server side, this cache has to be exclusive
to the page’s request context.
Contents.
Preface.
Part 1: The Hive – Introducing Frontend Modularization.
1 Why Micro Frontends?.
2 Common Challenges and Pitfalls.
3 Deployment Scenarios.
4 Domain Decomposition.
Part 2: Dry Honey – Implementing Micro Frontend Architectures.
5 Types of Micro Frontend Architectures.
6 The Web Approach.
7 Server-Side Composition.
8 Edge-Side Composition.
9 Client-Side Composition.
10 SPA Composition.
11 Siteless UIs.
Part 3: Bee Brood – Implementation Details.
12 Sharing Dependencies with Module Federation.
13 Isolating CSS.
14 Securing the Application.
15 Decoupling Using a Discovery Service.
Part 4: Busy Bees – Scaling Organizations.
16 Preparing Teams and Stakeholders.
17 Dependency Management, Governance, and Security.
18 Impact of Micro Frontends on UX and Screen Design.
19 Building a Great Developer Experience.
20 Case Studies.
Index.
Other Books You May Enjoy.
Бесплатно скачать электронную книгу в удобном формате, смотреть и читать:
Скачать книгу The Art of Micro Frontends, Rappl F., 2024 - fileskachat.com, быстрое и бесплатное скачивание.
Скачать zip
Ниже можно купить эту книгу, если она есть в продаже, и похожие книги по лучшей цене со скидкой с доставкой по всей России.Купить книги
Скачать - pdf - Яндекс.Диск.
Дата публикации:
Теги: учебник по программированию :: программирование :: Rappl
Смотрите также учебники, книги и учебные материалы:
Следующие учебники и книги:
Предыдущие статьи: