Skip to content

igorlima/6th-femug-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published