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@latest

Support

We will offer full support (patch fixes for bugs and security holes) for the latest major.minor release. We will offer three months of support for the previous major version after a new major release. After those three months, the old major version will be deprecated. As new minor versions are released to the latest major version, we will deprecate any minor versions after six months.

Example React App

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