Open16
「Svelte って何?」と思って調べてみるスクラップ
WEB+DB PRESS Vol.122 の "速習Svelte" を読んで面白そうだったので調べたり写経したりしたときのスクラップです。
Code
用語
- Svelte ( スベルト )
- Ecma International
- Rollup.js
- Rich Harris
- Twitter: @Rich_Harris
- GitHub: Rich-Harris
- Medium: @Rich_Harris
- The New York Times: rich-harris
- LinkedIn: rich-harris
- Frontend Masters: rich-harris
- 仮想DOM
- DOMツリー
Svelte is 何?
- Rich Harrisによって作られたJavaScript framework の1種。
- DOM ( Document Object Model ) の抽象化をせず、軽量かつ高速に動作する。
- React や Vue.js と異なり、仮想DOMを持たない。
- 少ないコードで書ける。
Svelte - Wikipedia
The State of JavaScript 2019 -> 2020
The State of JavaScript 2019
front_end_frameworks_experience_ranking - The State of JavaScript 2019
State of JS 2020
front_end_frameworks_experience_ranking - The State of JavaScript 2020