Skip to content
Justin edited this page Nov 3, 2015 · 1 revision

The SDK has two dependencies: es6-promise and isomorphic-fetch. They are both polyfills which means in the future we'll be able to remove them.

Previous versions of the SDK supported multiple HTTP and Promise libraries. This proved difficult to maintain and test. Shipping with built-in support sacrifices a few kilobytes for the sake of sanity.

Home

Tutorial

Sample App

Documentation

Design

Clone this wiki locally