azat-co / 5-reasons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

footer: © Azat Mardan 2017 slidenumbers: true theme: Simple, 1 build-lists: true

[.slidenumbers: false] [.hide-footer]

5 Reasons Why Companies Switch to React


Azat Mardan

Author of React Quickly [Manning, 2017]


What is React?


Main Problem React Solves


Reason #1

Simplicity which allows to reuse code and build large applications


Reason #2

Lower cost of maintenance


Reason #3

Rich ecosystem of components: Sometimes, no coding required


Reason #4

Speed: React apps are blazing fast


Reason #5

Code reuse and isomorphic/universal JavaScript


Reason #6: BONUS

Great for hiring: React stack is cool


Demo

  • Component Composition
  • State
  • Props

npm i -g create-react-app
create-react-app clock
cd clock

Further Study

React Quickly - the biggest, most comprehensive book on React and React stack

http://bit.ly/1RbD6l6


Contact me

Twitter: @azat_co

https://webapplog.com

https://node.university

About


Languages

Language:JavaScript 73.3%Language:HTML 20.9%Language:CSS 5.8%