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
Vue JS x React JS
Search
Engel
July 25, 2019
Programming
1
13
Vue JS x React JS
Uma breve comparação de uma aplicação desenvolvida nas duas tecnologias.
Engel
July 25, 2019
Tweet
Share
Other Decks in Programming
See All in Programming
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
550
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
120
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
120
技術同人誌をMCP Serverにしてみた
74th
1
640
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.3k
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
310
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
610
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
190
Porting a visionOS App to Android XR
akkeylab
0
460
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
770
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
Gamification - CAS2011
davidbonilla
81
5.4k
Rails Girls Zürich Keynote
gr2m
95
14k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Become a Pro
speakerdeck
PRO
29
5.4k
A better future with KSS
kneath
238
17k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Bash Introduction
62gerente
613
210k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Optimizing for Happiness
mojombo
379
70k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Transcript
VUE JS X REACT JS
REQUISITOS • NODE • NPM OU YARN
CRIAR UMA APLICAÇÃO • vue-cli • npm install -g @vue/cli
• vue create my-project • create-react-app • npm install -g create-react-app • npm init react-app my-app VUE JS REAT JS
CSS VUE JS REAT JS
DADOS VUE JS REAT JS this.name = “John” this.setState({ name:“John”})
PROPS VUE JS REAT JS props: [“exemplo”] <Component v-bind:exemplo =
“exemplo” /> this.props.exemplo <Component exemplo= {exemplo}/>
ROUTER VUE JS REAT JS
BIBLIOGRAFIA