Vue vs React vs Angular vs jQuery Part.3アーカイブ最終更新 2019/06/12 18:521.デフォルトの名無しさん/w2uRKiX1. jQueryはシンプルに書けるVue・Reactは冗長証拠 https://jsfiddle.net/t62b49mp/JavaScriptのコードはこれだけ$('.my-component [name="switch"]').change(function() { $(this).closest('.my-component').toggleClass('active', this.checked);});2. 信者「Vueならこれだけで動く!」嘘1 isActive=false嘘2 new vue({data:{isActive:false}})https://codepen.io/anon/pen/MxmrjP (動かない)嘘3new Vue({el: '#app',data: {isActive:false},})https://codepen.io/anon/pen/XGgpZV (変な動きをする)3. 結論jQueryはシンプルに書けるVue・Reactは冗長出典 https://mevius.5ch.net/test/read.cgi/tech/15603331772019/06/12 18:52:571すべて|最新の50件
【解説】「メンタルやられたんで辞めます」優しい注意だけで飛んだ19歳バイト。「ここまでしなきゃダメ?」42歳店主が苦悩する子育てみたいな「新人研修」ニュース速報+825705.92026/09/19 12:04:07
証拠 https://jsfiddle.net/t62b49mp/
JavaScriptのコードはこれだけ
$('.my-component [name="switch"]').change(function() {
$(this).closest('.my-component').toggleClass('active', this.checked);
});
2. 信者「Vueならこれだけで動く!」
嘘1 isActive=false
嘘2 new vue({data:{isActive:false}})
https://codepen.io/anon/pen/MxmrjP (動かない)
嘘3
new Vue({
el: '#app',
data: {isActive:false},
})
https://codepen.io/anon/pen/XGgpZV (変な動きをする)
3. 結論
jQueryはシンプルに書けるVue・Reactは冗長