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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
gamine
April 28, 2021
Programming
0
640
がみねが思うReactとVue.jsの比較
iCAREフロントエンド 勉強会登壇LTスライド
gamine
April 28, 2021
Tweet
Share
More Decks by gamine
See All by gamine
PRIME VUE を使ってカスタマイズしてみた
gamine
0
1.3k
Other Decks in Programming
See All in Programming
Windows on Ryzen and I
seosoft
0
300
SourceGeneratorのマーカー属性問題について
htkym
0
200
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
270
Understanding Apache Lucene - More than just full-text search
spinscale
0
120
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
530
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
1.1k
CSC307 Lecture 15
javiergs
PRO
0
250
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
140
How to stabilize UI tests using XCTest
akkeylab
0
130
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
230
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
590
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
970
Featured
See All Featured
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.2k
Optimizing for Happiness
mojombo
378
71k
How GitHub (no longer) Works
holman
316
140k
SEO in 2025: How to Prepare for the Future of Search
ipullrank
3
3.4k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
Designing Powerful Visuals for Engaging Learning
tmiket
0
280
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
480
Accessibility Awareness
sabderemane
0
81
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
320
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のおかげ? ⼩さく作れる!のが魅⼒的