Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Pluggy Connect - React Example

React application showcasing the react-pluggy-connect widget component.

Prerequisites

Setup

npm install

Run

npm start

Opens at http://localhost:3000.

How It Works

The app uses the PluggyConnect React component from react-pluggy-connect. You need a backend endpoint to generate connect tokens — see the connect token flow for details.

Key file: src/App.tsx - renders the PluggyConnect widget with onSuccess and onError callbacks.

Resources


Built with Create React App.