几百前端几百前端
js
网络
工程化
  • vue2基础
  • vue2进阶
  • vue-cli
  • vue-理解
  • vuex
  • vue-router
React
Angular
nodejs
算法
  • git
  • 留言板
  • 性能优化
  • web安全
  • typescript
  • 微前端
  • 面试题
  • 网络面试题
  • 我的CSDN open in new window
js
网络
工程化
  • vue2基础
  • vue2进阶
  • vue-cli
  • vue-理解
  • vuex
  • vue-router
React
Angular
nodejs
算法
  • git
  • 留言板
  • 性能优化
  • web安全
  • typescript
  • 微前端
  • 面试题
  • 网络面试题
  • 我的CSDN open in new window
Appearance
微前端

微前端

百事可口

# 微前端

微服务 :接口地址走网关

# 思想

做拆分和细化

spa:单页应用比如vue、react,把整个应用一次性下载下来,通过xhr获取数据。 在前端去控制展示页面。 访问/aa.index.html由后端去做

mpa就是传统的web应用访问的一种方式。

# 特点

低耦合

nginx做业务转发 jttp服务器 不限技术栈

Edit this page
上次更新时间 2022-08-11 19:16:23
此页内容
  • 思想
  • 特点