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 Slides for ReactvsVue meetup
Search
Aravind Balla
April 01, 2018
Education
0
22
React Slides for ReactvsVue meetup
Aravind Balla
April 01, 2018
Tweet
Share
More Decks by Aravind Balla
See All by Aravind Balla
Beginner React JS
aravindballa
0
19
Other Decks in Education
See All in Education
1216
cbtlibrary
0
260
5 Things Every L&D Pro Should Steal from Marketing
tmiket
0
110
地図を活用した関西シビックテック事例紹介
barsaka2
0
130
Carving the Way to Ruby Engineering
koic
3
580
ビジネススキル研修紹介(株式会社27th)
27th
PRO
1
290
XML and Related Technologies - Lecture 7 - Web Technologies (1019888BNR)
signer
PRO
0
2.6k
Sähköiset kyselyt, kokeet ja arviointi
matleenalaakso
1
17k
Algo de fontes de alimentación
irocho
1
460
1106
cbtlibrary
0
440
1127
cbtlibrary
0
170
Ch2_-_Partie_3.pdf
bernhardsvt
0
120
開発終了後こそ成長のチャンス!プロダクト運用を見送った先のアクションプラン
ohmori_yusuke
2
270
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.9k
Building an army of robots
kneath
302
44k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
29
2.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Code Review Best Practice
trishagee
65
17k
Mobile First: as difficult as doing things right
swwweet
222
9k
How to Ace a Technical Interview
jacobian
276
23k
Facilitating Awesome Meetings
lara
50
6.2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Designing for humans not robots
tammielis
250
25k
The Invisible Side of Design
smashingmag
299
50k
Transcript
React JS A JavaScript library for building user interfaces
@aravindballa Software Developer https://aravindballa.com !
Popularity "
Who uses? https://github.com/facebook/react/wiki/Sites-Using-React
Things built with it Some*
https://www.mozilla.org/en-US/ firefox/60.0a2/whatsnew/
Some similarities React and Vue share many similarities. They both:
• utilize a virtual DOM • provide reactive and composable view components • maintain focus in the core library, with concerns such as routing and global state management handled by companion libraries
Support • Documentation • Community
In the box • Javascript • JSX • Components components
components • SSR
Demos https://codesandbox.io/s/mzr8xoqk7p
Goes hand in hand with %
Few more… • Create React App • Typescript • Redux-sagas
More Stuff
@aravindballa @praveenpuglia