来自 Vue 官方团队的 57 个技术分享

最近在看 Vue 团队成员的技术演讲,从中能了解到他们的设计思考以及最佳实践,看完一场收获颇多。

经过我一番整理,今天给大家介绍一下这些核心团队成员以及他们的技术分享。

他们分别是:

  • Evan You(尤雨溪)

  • Eduardo

  • Kia King Ishii

  • Anthony Fu

  • Ben Hong

  • Thorsten Lünborg

  • Natalia Tepluhina

  • Haoqun Jiang(蒋豪群)

  • HcySunYang(霍春阳)

  • Damian Dulisz

  • Rahul Kadyan

  • Kazupon

  • Guillaume Chau

  • Lachlan Miller

分享内容包括:

  • Vue & Vite 进展与展望

  • 路由与状态管理

  • composition-api 最佳实践

  • Vue3 与 TS 支持

  • 编译,工程化与开发者工具

  • Vue 国际化 i18n

  • Vue 测试

以下所有技术分享收录在 https://github.com/Leecason/vue-team-talks 持续更新,文末也有链接,英语演讲均有英文字幕,欢迎自取~

Evan You(尤雨溪)

40de70d3510e5b77218503a67b7c69d4.png

Github:https://github.com/yyx990803

Vue & Vite 祖师爷。

技术分享

主要为 Vue & Vite 进展与展望 相关分享

  • 2022-01-26 New Vue 3 Docs[1]

  • 2021-11-23 The New Vue[2]

  • 2021-10-20 One Year Into Vue 3[3]

  • 2021-05-22 Vue 3 生态进展[4]

  • 2021-02-26 State of the Vuenion 2021[5]

  • 2021-02-12 下一代前端工具 ViteJS[6]

  • 2020-11-05 Vite and VitePress[7]

  • 2020-02-20 State of the Vuenion 2020[8]

  • 2019-11-11 Vue 3.0 设计原则[9]

  • 2019-06-08 Vue 进展[10]

Eduardo

85ac62be1cf7573512f03ac919347109.png

Github:https://github.com/posva

Vue 核心团队成员,维护 Vue 官方路由,同时也是 pinia 以及 vuefire 的作者。

  • pinia 是新一代的状态管理器,即 Vuex5.x

  • vuefire 能绑定 Vue/Vuex 数据与 Firebase 云存储数据库,使两者能实时同步

技术分享

主要为 Vue 路由与 Pinia 状态管理 相关分享

  • 2022-01-27 Beyond State Management with Pinia[11]

  • 2021-02-26 Tips & Tricks for your Vue 3 applications[12]

  • 2020-09-17 Exciting New Features for Routing in Vue3; Vue Router 4[13]

  • 2020-03-03 Get the Most Out of Vue Router[14]

  • 2020-02-21 Vue-router and its techniques[15]

Kia King Ishii

d4e1305f5fc417138fe6504f533fc1a7.png

Github:https://github.com/kiaking

Vue 核心团队成员,vuex-orm 的作者,维护官方 vitepress 和 vuex。

vuex-orm 是 Vuex 的一个插件,用于支持对 Vuex Store 的对象关系映射访问。

技术分享

主要为 Vuex 状态管理 相关分享

  • 2022-02-11 Vuejs.org New Design[16]

  • 2021-02-27 Vuex 5 Deep Dive[17]

  • 2020-09-17 The State of VueX[18]

  • 2020-02-21 Vuex ORM – Relational data management in Vue[19]

Anthony Fu

920d42442e273619cdbba4c91b4e2415.png

Github:https://github.com/antfu

Vue & Vite 核⼼团队成员,维护 composition-api,同时也是 vitestslidevvueuse 等开源项目作者。

  • vitest 是由 Vite 提供支持的极速单元测试框架,

  • slidev 是一个为开发者打造,基于 Markdown 的演示文稿工具

  • vueuse 提供了一些 composition API 常用工具集合

技术分享

主要为 composition-api 与 Vite 相关分享

  • 2022-01-26 Introduction to Vitest[20]

  • 2021-10-17 新技术和工具如何影响我们编写 Vue 代码的⽅式[21]

  • 2021-05-22 Composable Vue, 编写可组合可复⽤的 Vue 函数的最佳实践与技巧[22]

  • 2021-03-28 Develop with Vite | Vite快速入门[23]

  • 2020-09-26 import { reactive } from 'vue',浅谈 Vue 3 响应式与组合式 API 的⼀些应⽤[24]

Ben Hong

1b7bd907e031df86c9ac1b21b531d1b9.png

Github:https://github.com/bencodezen

Vue 核心团队成员,Vue Mastery 首席讲师,维护 vuejs/docs。

技术分享

主要为 composition-api 相关分享

  • 2021-10-21 Options API vs Composition API: Choosing the Right Approach for Your Team[25]

  • 2021-02-26 Introduction to Vue 3's Composition API[26]

Thorsten Lünborg

f33dc29bf2a728c5e2c8a130cb409167.png

Github:https://github.com/LinusBorg

Vue 核心团队成员,对 Vue 许多项目都有贡献,portal-vue 作者(也就是 Vue3 的内置组件 <Teleport>)。

技术分享

主要为 Vue3 与 TS 支持,composition-api 相关分享

  • 2021-02-26 Vue 3 and Typescript[27]

  • 2020-02-20 Composition API Best Practices[28]

Natalia Tepluhina

f6ec365332044f5548d06c0786ff76ec.png

Github:https://github.com/NataliaTepluhina

Vue 核心团队成员,维护官方 vuejs/docs 和 vue-cli。

技术分享

分享内容包括 Vue Apollo,状态管理,composition-api 和测试等 多方面

  • 2021-11-23 7 ways to make your Vue unit tests better[29]

  • 2021-10-20 Local State and Server Cache: Finding a Balance[30]

  • 2021-04-14 The Vue 3 Composition API[31]

  • 2021-02-26 Spin the wheel: building a truly reusable composable[32]

  • 2020-09-17 Migrating a big old codebase to Vue 3: what I’m excited about[33]

  • 2020-03-03 All You Need Is Apollo Client[34]

  • 2020-02-20 You might not need Vuex[35]

  • 2019-11-11 How to build beautiful Vuesualizations without being a scientist[36]

Haoqun Jiang(蒋豪群)

8b5e91e2de1a73bd038a1f56b1607d45.png

Github:https://github.com/sodatea

Vue & Vite 核心团队成员,维护 vue-cli,create-vue 等 Vue 工程化相关生态。

技术分享

主要为 Vue 工程化 相关分享

HcySunYang(霍春阳)

51259d2f12d357d3a8409db63b78a5f4.png

Github:https://github.com/HcySunYang

Vue 核心团队成员,负责维护 Vue3 框架,并将 Vue3 设计理念出版成书 —— 《Vue.js设计与实现》 ,2022 年前端进阶必看,同时也是开源项目 vuese 作者。

vuese 能为 vue 组件自动生成文档,是组件文档的一站式解决方案

技术分享

主要为 Vue 编译 相关分享

  • 2021-05-22 把 Vue SFC 编译成 X[43]

Damian Dulisz

9d9dda18efe35759981991ba29cdf5d8.png

Github:https://github.com/shentao

Vue 核心团队成员,维护 Vue 官方新闻 news.vuejs.org,也是 vue-multiselectvue-global-events 的作者,参与维护 vuelidate

  • vue-multiselect 是一套完整的 Vue 选择器解决方案,覆盖各种选择场景

  • vue-global-event 将全局事件注册为一个组件,能快捷地监听页面上任何地方的事件

  • vuelidate 是一个简单,轻量的 Vue 表单校验工具

技术分享

主要为 composition-api 与 vuelidate 相关分享

  • 2021-03-10 Intro to Composition-API[44]

  • 2020-02-20 Vuelidate version for Vue 3.0[45]

Rahul Kadyan

14b9c21abf7957cb7feba2a4ed8b826b.png

Github:https://github.com/znck

Vue 核心团队成员,vuedx 及周边生态作者。

vuedx 是一组提升开发者 IDE 开发体验的工具集

技术分享

主要为 Vue 开发体验与编译 相关分享

  • 2021-02-27 State of DX[46]

  • 2020-09-17 Experience of the new Vue[47]

  • 2020-02-21 New Vue. New Compiler. Let’s unbox[48]

Kazupon

df84084a9aacd0d763d1acd96ff43660.png

Github:https://github.com/kazupon

Vue 核心团队成员,维护 Vue 的国际化生态,vue-i18n-nextvue-i18nvue-cli-plugin-i18neslint-plugin-vue-i18n 的作者,Github 国际化组织 intlify 创建者,日本最大的 Vue 社区 vuejs-jp 组织者。

技术分享

主要为 Vue 国际化 i18n 相关分享

  • 2021-02-27 State of Vue i18n[49]

Guillaume Chau

412ca9e78a6a1ee46907e1bad5e9b638.png

Github:https://github.com/Akryum

Vue 核心团队成员,维护官方 vue devtools,vue-cli,同时也是 vue-apollovue-virtual-scrollerfloating-vue 的作者。

  • vue-apollo 支持在 Vue.js 应用中集成 GraphQL

  • vue-virtual-scroller 是长列表虚拟滚动 Vue 解决方案

  • floating-vue 能方便地在 Vue 中创建弹出元素,比如 tooltips, popovers, dropdown, menus 等

技术分享

主要为 Vue 开发者工具 相关分享

  • 2021-02-26 Extensible devtools[50]

  • 2020-09-18 Maintaining OSS like vue-cli, vue-devtools, vue-apollo and more![51]

  • 2020-02-21 Announcement related to Vue CLI UI[52]

Lachlan Miller

28c465120ceb3ba789072dee4b73984b.png

Github:https://github.com/lmiller1990

Vue 核心团队成员,专注于为 Vue 生态构建测试工具。维护官方 test-utils 和 vue-jest。电子书 Vue 测试手册 | Vue Testing Handbook[53] 作者。

技术分享

主要为 Vue 测试 相关分享

  • 2021-01-30 7 Vue Patterns That You Should Be Using More Often[54]

  • 2020-11-07 Testing Vue 3 Apps: What's new in Vue Test Utils for Vue 3[55]

  • 2020-09-30 Testing Vue 3 apps with Vue Test Utils[56]


所有技术分享收录在 https://github.com/Leecason/vue-team-talks 持续更新,欢迎 star 或 watch。

往期干货:
 26个经典微信小程序+35套微信小程序源码+微信小程序合集源码下载(免费) 干货~~~2021最新前端学习视频~~速度领取
 前端书籍-前端290本高清pdf电子书打包下载
点赞和在看就是最大的支持❤️

猜你喜欢

转载自blog.csdn.net/qq_36538012/article/details/124854602
57
今日推荐