Overview

The Pangea librarys are a collection of modules / tool's consumed by the pangea mobile and desktop client. It's written in JavaScript backed by flow.

Tech stack

  • Realm is used as the database (can be used on node js & react native)
  • Jest for testing
  • Flow as a static type checker for JS (it's opt in via //@flow at the top of your file and has almost the same syntax as typescript)