Skip to content

Commit

Permalink
Добавлена запись доклада 'Эволюция микрофронтендов'
Browse files Browse the repository at this point in the history
  • Loading branch information
NEWESTERS committed Oct 28, 2024
1 parent de5336b commit 8486454
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/content/videos/microfrontend-evolution.mdx
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>

0 comments on commit 8486454

Please sign in to comment.