Skip to content

VandyHacks/ReactNativeWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Workshop 📱

An introduction to open source frameworks to build cross platform native applications with web technology.

learn.vandyhacks.org

What is a React Native?

  1. React-Based Framework
  2. Build Native Android, iOS Apps in JavaScript (React), HTML, CSS.
  3. Seamless Cross-Platform Support.

Core Architecture Of React Native

Three Components:

  1. JavaScript Thread
  2. Background Thread
  3. Native Thread

Connected via Bridge.

Why Open Source, Cross Platform Frameworks?

  • Reuse of Code!
  • Community Support For JavaScript.
  • Minimal Learning Curve.
  • Low Cost Of Development.
  • Really convenient.