Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
がみねが思うReactとVue.jsの比較
Search
gamine
April 28, 2021
Programming
0
630
がみねが思うReactとVue.jsの比較
iCAREフロントエンド 勉強会登壇LTスライド
gamine
April 28, 2021
Tweet
Share
More Decks by gamine
See All by gamine
PRIME VUE を使ってカスタマイズしてみた
gamine
0
1.2k
Other Decks in Programming
See All in Programming
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
260
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
250
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
530
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
120
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
540
Navigating Dependency Injection with Metro
zacsweers
3
2.5k
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
3.3k
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
2.4k
AIでLINEスタンプを作ってみた
eycjur
1
230
Rancher と Terraform
fufuhu
2
550
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
450
print("Hello, World")
eddie
2
530
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
GitHub's CSS Performance
jonrohan
1032
460k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Writing Fast Ruby
sferik
628
62k
Gamification - CAS2011
davidbonilla
81
5.4k
Why Our Code Smells
bkeepers
PRO
339
57k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Practical Orchestrator
shlominoach
190
11k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Transcript
1 がみねが思うReactとVue.jsの⽐較 がみね ☺
2 背景とがみね (ほぼ)いきなりVue.js(CompositionAPI) 独学でOptionsAPI あとjQueryとかも 実務でJSに触れたのは・・・
3 背景とがみね React を学ぶとどう感じるのか? という視点のLTです https://www.hypertextcandy.com/react-for-vuejs-developers#%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88 ・Vue.jsエンジニアのためのReact⼊⾨ ・他のフレームワークとの⽐較 https://jp.vuejs.org/v2/guide/comparison.html この背景を持つ私が
4 機能⽐較|コンポーネントの作り⽅ Reactにはv-for, v-ifのようなものがない。
5 機能⽐較|イベント React の⽅が html に近い。
6 機能⽐較|クラス なんか。。。TSっぽい。。。
7 機能⽐較|コンポーネント コンポーネントを ⼩さく作れる! 楽しい! どっちでも動く
8 思想 template vs TSX? 最終的に・・・ フロントオブザフロント、コーダ、デザイナー出⾝の⼈はtemplate っていう棲み分け? バックエンドの⼈はTSX
9 思想 React Native vs Weex? モバイル・・・ Vue.js公式より…ほんと? or NativeScript-Vue?
10 感想 Reactのコンポーネントを使い倒してみたい Weex触ってみたい あんまり違和感がない CompositionAPIのおかげ? ⼩さく作れる!のが魅⼒的