-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлена запись доклада 'Эволюция микрофронтендов'
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Эволюция микрофронтендов | ||
url: https://www.youtube.com/watch?v=imFpePyb3uE | ||
pubDate: Oct 01 2024 | ||
description: Почти на каждой фронтенд-конференции последних лет можно обнаружить 2-3 доклада про микрофронтенды и они пользуются огромным спросом, но в чём же причина популярности этого подхода? В докладе попробую резюмировать текущее состояние веб платформы касательно микрофронтендов. | ||
watchTime: 53 мин. | ||
heroImage: https://i.ytimg.com/vi/imFpePyb3uE/maxresdefault.jpg | ||
telegramPostId: "58" | ||
--- | ||
|
||
<div data-pagefind-ignore> | ||
## Полезные ссылки | ||
|
||
- [Как микрофронтенды решают проблемы / Зар Захаров (VK)](https://youtu.be/lRI5eCOnPpI?si=eXeqsaI5VxXlwkLz) | ||
- [Инцидент с Polyfill.io](https://habr.com/ru/news/825122/) | ||
|
||
### ESM и Import Maps | ||
- [Браузерная поддержка ES-модулей](https://caniuse.com/es6-module) | ||
- [Динамические Import Map](https://github.com/WICG/import-maps?tab=readme-ov-file#dynamic-import-map-example) | ||
- [Intent to Prototype: Dynamic import maps](https://groups.google.com/a/chromium.org/g/blink-dev/c/t1AdHiN2Rkc) | ||
- [Cascading Cache Invalidation](https://philipwalton.com/articles/cascading-cache-invalidation/) | ||
- [SystemJS Import Maps](https://github.com/systemjs/systemjs/blob/main/docs/import-maps.md) | ||
|
||
### Module Federation | ||
- [Module Federation](https://module-federation.io) | ||
- [Слайды к докладу про Module Federation от Sokra](https://github.com/sokra/slides/blob/master/content/ModuleFederationWebpack5.md) | ||
- [@module-federation/runtime](https://github.com/module-federation/core/tree/main/packages/runtime) | ||
</div> |