react-plaid-link
react-plaid-link copied to clipboard
[Feature Request] Provide a non-react version of Link for Javascript via npm
Hi folks,
I don't use React, but I want to use the client-side "Link" UI (with pure Javascript), however I don't want to import this directly into the page with a <SCRIPT> tag.
I prefer to npm install the library as Javascript module, then use a bundler like webpack (or similar) to package a single JS file that includes my app and any dependencies.
Allowing only the <SCRIPT> tag makes it difficult (impossible?) to write unit tests for client side javascript code
Any plans to do this?
this, and/or an esm version that can be imported via a cdn