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
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
550
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1k
NPOでのDevinの活用
codeforeveryone
0
830
XP, Testing and ninja testing
m_seki
3
240
LT 2025-06-30: プロダクトエンジニアの役割
yamamotok
0
760
Flutterで備える!Accessibility Nutrition Labels完全ガイド
yuukiw00w
0
160
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
770
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.3k
Is Xcode slowly dying out in 2025?
uetyo
1
270
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
100
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
1
13k
ニーリーにおけるプロダクトエンジニア
nealle
0
830
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
How to Ace a Technical Interview
jacobian
278
23k
What's in a price? How to price your products and services
michaelherold
246
12k
Code Reviewing Like a Champion
maltzj
524
40k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Git: the NoSQL Database
bkeepers
PRO
430
65k
A Tale of Four Properties
chriscoyier
160
23k
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のおかげ? ⼩さく作れる!のが魅⼒的