Spotlight React 2016

2016-03-05 00:00:00 2016-03-06 00:00:00 America/Toronto Spotlight React 2016 We’re taking a deep dive into ReactJS and hope you’ll join us to learn how you can leverage this increasingly mainstream technology in your work. This one day event is designed for industry professionals and features notable speakers; attendees can expect to build up their skills with a… Toronto FITC Toronto

Presentation


Overview

React Native introduces a new way to write native mobile apps. You can take everything that you know and love about React and apply it to native apps. Unlike hybrid apps, it gives you access to both native APIs and UI components. The application logic uses JavaScript whereas, the UI is fully native! It also brings the best of the web to native, things like – flexbox layout model, XMLHttpRequest, requestAnimationFrame, etc.

Objective

To introduce the audience to React Native. Show how they can leverage their knowledge of web development to build native apps.

Target Audience

Developers familiar with React who are interested in building native mobile apps.

Assumed Audience Knowledge

Basic knowledge of React, ES6 and CSS.

Five things audience members will learn

  1. What is React Native
  2. How it is an extension of hybrid
  3. How to use polyfills to leverage the best of the web while getting native performance
  4. How to debug React Native apps
  5. How to use Flexbox and CSS for styling a React Native app