Skip to main content
Our React SDK, Prequel/React, is a wrapper around our Prequel API. It allows you embed your customer-facing data syncing feature to your React webapp.

Example of an “add destination” form built using Prequel/React

Setup

Install Prequel React from the npm public registry.
Command Line
npm install --save @prequel/react

Example React app

Checkout our React Example App for an in-depth look on how to build a dynamic form with our SDK.

Explore the React SDK

Authentication

Generate scoped auth tokens to authenticate client-side requests.

Hooks

The set of React Hooks for embedding Prequel into your app.

Sample App

A barebones example app to help you get started.

Tutorials

Step-by-step guides for building common destination flows: