Taobao Frontend Technology
Taobao Frontend Technology
Oct 15, 2021 · Frontend Development

How to Load Vite Micro‑Frontends with ES Modules in icestark

This article explains how Vite‑built micro‑frontends can be loaded as native ES modules in icestark, covering the advantages of ES‑module tooling, dynamic import techniques, necessary Vite configuration changes, and the resulting fast cold‑start and second‑load performance for progressive upgrades.

ES modulesVitedynamic import
0 likes · 13 min read
How to Load Vite Micro‑Frontends with ES Modules in icestark
Alibaba Terminal Technology
Alibaba Terminal Technology
Oct 14, 2021 · Frontend Development

How Vite and ES Modules Transform Micro‑Frontend Development

This article explains how native ES modules, supported by modern browsers since 2018, enable no‑build development with tools like Vite and Snowpack, and describes practical techniques for loading Vite‑based micro‑frontends in icestark using dynamic import, lib mode, and plugins.

ES modulesdynamic importicestark
0 likes · 10 min read
How Vite and ES Modules Transform Micro‑Frontend Development
Alibaba Terminal Technology
Alibaba Terminal Technology
Aug 26, 2020 · Frontend Development

How icestark Solves Micro‑Frontend Challenges for Workbench and Large‑Scale Apps

This article examines the micro‑frontend architecture of icestark, analyzing workbench and large monolithic application scenarios, comparing technical options such as SPA/MPA, iframe and shared components, and detailing core concepts, routing, isolation, communication, and micro‑module capabilities to guide practical implementation.

Frontend ArchitectureSPAicestark
0 likes · 17 min read
How icestark Solves Micro‑Frontend Challenges for Workbench and Large‑Scale Apps
Taobao Frontend Technology
Taobao Frontend Technology
Aug 25, 2020 · Frontend Development

Mastering Micro‑Frontend Architecture with icestark: From Scenarios to Isolation

This article examines why micro‑frontend architecture is needed for large monolithic front‑end apps and workbench scenarios, compares SPA/MPA, iframe and shared component approaches, and details icestark’s core concepts, routing, communication, isolation techniques and micro‑module integration.

Frontend ArchitectureSPAicestark
0 likes · 20 min read
Mastering Micro‑Frontend Architecture with icestark: From Scenarios to Isolation
Alibaba Terminal Technology
Alibaba Terminal Technology
Apr 24, 2020 · Frontend Development

How icestark Solves Large‑Scale Frontend Challenges with a Micro‑Frontend Architecture

This article explains how the ICE team created the AppLoader solution for Alibaba's Creator Platform, evolved it into the open‑source icestark framework, and details its architecture, loading strategies, sandbox isolation, and real‑world business value for large, multi‑team front‑end systems.

Frontend ArchitectureReActicestark
0 likes · 15 min read
How icestark Solves Large‑Scale Frontend Challenges with a Micro‑Frontend Architecture