owned this note changed 5 years ago
Linked with GitHub

Vue 3 and the evolution of OSS projects - 尤雨溪

tags: COSCUP2020 中階 RB105

歡迎來到 https://hackmd.io/@coscup/2020 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。

請從這裡開始

Vue 3 and the evolution of OSS projects

most important enhancement

  1. more acceptable for TS
  2. proxy-based reactivpr link text
  3. complier-informed virtual dom - gen more efficient code
    • optimize rendering function
  4. Tree-shaking support
  5. compile-time flags - remove unnecessary tag to build more lean bundle code

Vite - next gen web dev build tool

Q & A

Q: Vue 跟 React 有什麼不同?
A: Vue 更加傾向 mutable 的方向,React 更加傾向 immutable 的方向。
設法減少不必要的更新 vs 默認會有無謂的更新並在這個前提下提升效率

Q: vue 3 為什麼從 flow 換成 typeScript ?
A: 現在很多人使用VSCode。Flow和TypeScript比起來,還是TypeScript與VSCode的整合更好。畢竟是同一家公司。
與 Flow+Vue 的使用者比起來,用 TypeScript+Vue 的使用者還是比較多。

Select a repo