igorlima / 6th-femug-2017

A walk through react native: powering the next generation of JS apps.

Home Page:https://igorlima.github.io/6th-femug-2017/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A walk through React Native: powering the next gen of JS apps.

This talk is a quick overview of React Native to understand the basic structure to develop a cross-platform mobile application without having to worry about Android and iOS languages. Also, React Native allows us to focus on what JavaScript developers like - code only in JS. Best of all, the application has almost the same performance as a native application. Besides that, this talk shows a real example that will be published soon on Google Play and App Store. Plus another practical example, as homework to boost the learning.

Enjoy and take advantages.

local http static server

To run an ad hoc http static server in current (or specified) directory, available at http://localhost:8000

python -m SimpleHTTPServer 8000

About

A walk through react native: powering the next generation of JS apps.

https://igorlima.github.io/6th-femug-2017/


Languages

Language:HTML 55.3%Language:JavaScript 42.1%Language:CSS 2.6%