框架、库、引擎
├ 综合框架 Framework
┊ ├ 涉及语法封装、主流框架
┊ ┊ ├ Vue 及生态 ★
┊ ┊ ┊ ├ Vite
┊ ┊ ┊ └ Vue3
┊ ┊ ├ React 及生态 ★
┊ ┊ ┊ ├ hooks ahooks
┊ ┊ ┊ ├ [flux](https://www.ruanyifeng.com/blog/2016/01/flux.html) ✔
┊ ┊ ┊ └ Mobx ✔
┊ ┊ └ Angular
┊ ├ [Nerv](https://nervjs.github.io/docs/) 类React框架
┊ ├ [Umi](https://umijs.org/zh-CN/docs/convention-routing) ✔
┊ ┊ ├ dumi 对比 vitepress
┊ ┊ └ father
┊ ├ Ant Design ★ ?
┊ ┊ └ Ant Design Pro ★
┊ └ Ember
├ 模板框架 UI Framework
┊ ├ Mint UI、VUX、Vant Weapp(有赞)
┊ ├ Fast
┊ ├ Fluent UI
┊ ├ Material Design
┊ └ Element
├ 服务器端渲染 SSR
┊ ├ [Pareto](https://github.com/childrentime/pareto)
┊ └ Next、Nuxt
├ 其他框架
┊ ├ [静态网站生成器](http://www.amdoing.com/static-site-generator-hexo-gitbook-vuepress-and-so-on/)
┊ ┊ └ GatsbyJS、Hugo、Hexo、Cosmic、DatoCMS、Contentful、ghost、https://www.getblades.org
┊ ├ [Astro](https://astro.build) 内容驱动 Web 框架 [Astro 这个前端框架有点不一样!](https://mp.weixin.qq.com/s/zRYoe_pyuqlJRI_47I2KwA) [gblog](https://github.com/godruoyi/gblog)
┊ ├ KISSY ✗
┊ ├ [doT](https://github.com/olado/doT)
┊ ├ [dva]() ★
┊ ├ [Zero Sever](https://zeroserver.io)
┊ ├ [Svelte](https://mp.weixin.qq.com/s/pUCk75aKfyvCSyT28HpwKQ) 极简开发体验
┊ ├ [SOLIDJS](https://www.solidjs.com)
┊ └ [Preact](https://preactjs.com) ✗
├ 扩展库 Library
┊ ├ TypeScript ★
┊ ├ CoffeScript
┊ ├ Flow
┊ ├ scala、Elm、Purs、clojureScript
┊ ├ jQuery、Zepto ✔
┊ ├ Immutable
┊ ├ Lodash
┊ ├ └ _.debounce
┊ └ moment
└ 模板引擎 Templating Engine
└ hogan.js(twitter)、nunjucks