Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jasonpolites opened this issue Jun 13, 2024 · 1 comment

Comments

@jasonpolites
Copy link

jasonpolites commented Jun 13, 2024

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?

@quinn
Copy link

quinn commented Jul 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants