react js intro

Post on 15-Jan-2017

324 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

REACTJS

Des Moines WebGeeks, November 2015

Agenda

JSX pages – Justin Stevens

Intro – Jessica Le

Components – Matthew Nuzum

React Dojo - All

ANGULAR JS

BACKBONE JS

EMBER JS

REACT JS

HOW DO THESE FRAMEWORKS COMPARE?

www.clipartbest.com, http://marvel.wikia.com/wiki/Thor_Odinson_(Earth-12131)

ControllerView

Model

REACT

Only the VIEW layer

◦Cannot build fully functional app

◦Faster performance for data rendering

REACT JS: ‘V’ in MVC

Simple

Declare how your app should look at any given time & when data changes the UI will update

Reusable Components

Only thing you do is build components!

Code reuse, testing, separation of concerns

Big Data

Built to use for large applications with data that changes over time

WHY React?

Agenda

Components – Matthew Nuzum

React Dojo - All

JSX pages – Justin Stevens

top related