React Native - andrewkyllo-401-advanced-javascript/seattle-javascript-401d34 GitHub Wiki

An open source framework for building Android and iOS applications using React and the app platforms native capabilities

Views and mobile development

  • view is a basic building block of UI akin to block elements in HTML

Props

  • Most components can be customized when they are created, with different parameters.
  • These creation parameters are called props

State

  • Allows React components to change their output over time in response to user actions, network responses, and anything else.