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

Sample "Add Destination" form powered by Prequel's React SDK.

Example of an "Add Destination" form powered by Prequel's React SDK.

Setup

Install Prequel React from the npm public registry.

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.