Skip to content

Lastor-Chen/study-mvvm-data-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Study MVVM and Data Binding

詳細說明 - Blog 連結

研究、紀錄、實作

  • 前端如何做到數據綁定
  • 訂閱/發佈模式
  • MVVM
  • Proxy vs defineProperty
  • 響應式, 數據驅動畫面。

<div>{{ text }}</div>

<script>
const data = { text: 'init' }

// expect auto re-render UI on update
data.text = 'Hello'
</script>

檔案目錄

  • ./study/ 跟著網路文章實作的內容
  • index.htmlview-model.esm.js 為個人消化, 精簡後的實作

參考

Releases

No releases published

Packages

No packages published