Overview
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
Prequel/React
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.
Updated 1 day ago