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@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.
Updated 7 months ago