Skip to content

Class 41 React Native

Erin Trainor edited this page May 14, 2019 · 1 revision

Resource - React Native Basics

Resource - Getting Started with React Native

React Native

React Native is like React, but it uses native components instead of web components as building blocks. So to understand the basic structure of a React Native app, you need to understand some of the basic React concepts, like JSX, components, state, and props. If you already know React, you still need to learn some React-Native-specific stuff, like the native components. This tutorial is aimed at all audiences, whether you have React experience or not.

Clone this wiki locally