Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
wangenze267 committed Nov 16, 2023
1 parent 781ad6c commit 06ffc64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# 微前端的设计方案
## MPA 导航
如果项目是在 MPA 的模式下,则前端应用天然可以做到小型应用的拆分,微应用只需要考虑如何根据导航进行跳转,此时不存在多个微应用同时并存的情况,因此不需要考虑互相之间的隔离。浏览器自身会处理微应用的加载和卸载,例如大家在面试中经常会被问到在浏览器地址栏中输入 URL 地址,浏览器的整个工作过程(这里不讲解页面渲染和 JS 解析的过程)。

0 comments on commit 06ffc64

Please sign in to comment.