react-plaid-link icon indicating copy to clipboard operation
react-plaid-link copied to clipboard

[Feature Request] Provide a non-react version of Link for Javascript via npm

Open jasonpolites opened this issue 1 year ago • 1 comments

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?

jasonpolites avatar Jun 13 '24 06:06 jasonpolites

this, and/or an esm version that can be imported via a cdn

quinn avatar Jul 20 '24 19:07 quinn