Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (6 loc) · 755 Bytes

TECH_STACK.md

File metadata and controls

14 lines (6 loc) · 755 Bytes

Tech Stack

  • React Native uses the same fundamental UI building blocks as regular iOS and Android apps. You just put those building blocks together using JavaScript and React.

  • Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.

  • React Native Map by Airbnb is a Map component for iOS + Android

  • GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.

Go back to index