Loading

React Native

Jorge Andrade

This is a live streamed presentation. You will automatically follow the presenter and see the slide they're currently on.

Jorge Andrade

jorge.andrade@datacivica.org

@jorandradefig

Software Development

framework
or

library

 

?
 

A framework embodies some abstract design, with more behavior built in. In order to use it you need to insert your behavior into various places in the framework either by subclassing or by plugging in your own classes. The framework's code then calls your code at these points.

A library is essentially a set of functions that you can call, these days usually organized into classes. Each call does some work and returns control to the client.

Modern JavaScript

 

ES2015

 

ES2016

JSX

Components

View

Text

Image

ScrollView

Lifecycle

Made with Slides.com