Loading...
Loading...
The Quiltt React SDK provides Components and Hooks for seamless integration of the Quiltt Connector into your React app.
Documentation
For full documentation, additional examples and the source code, see the Quiltt React SDK on Github.
To load the Connector for use by a pre-existing end-user, you'll need to pass a valid Session token. See the Authentication guide for more information on generating Session tokens.
The QuilttProvider
is the easiest way to pass a Session token to your React app.
With the QuilttProvider
handling authentication, your QuilttButton
and QuilttContainer
components will now automatically use the imported Session token.
For more granular access, including the ability to read, import and revoke Session tokens, use the useQuilttSession
hook.
The React package comes bundled with the @quiltt/core
package, which contains type definitions for all components and hooks.
See the definition file on Github
For developers looking to quickly bootstrap a Next.js project with Quiltt integration, we offer a pre-configured template:
This template provides a solid foundation for building fintech applications with Quiltt and Next.js. It includes:
To get started with the template, clone the repository and follow the setup instructions in the README. This can significantly speed up your development process and ensure you're following best practices for Quiltt integration from the start.