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

[docs] Add community libraries page to Related Libraries #1343

Open
justinfagnani opened this issue Jun 27, 2024 · 2 comments
Open

[docs] Add community libraries page to Related Libraries #1343

justinfagnani opened this issue Jun 27, 2024 · 2 comments

Comments

@justinfagnani
Copy link
Contributor

We should have a page linking to useful 3rd party libraries to help developers find them.

We might want to have some criteria for inclusion, so that we link to well-maintained libraries. What well-maintained means is a big debate though, but we want to send users to libraries that will work for them.

Potential categories:

  • Tools, like bundler or IDE plugins
  • Integrations with other libraries (like Redux, Tanstack, etc)
  • Lit-specific utilities
  • Extendable components and design systems. We don't want to make a component catalog here, because web components are interoperable it doesn't generally matter if they're built with Lit or not, but people may be looking for a design system implemented with Lit so that they can utilize base classes, helpers, etc., to extend it with their own components. Lit developers may also look for extendable components that have APIs that take Lit render-props, etc. like a Lit-specific table or tree.
  • Starter kits

Some potential libraries and tools:

There's a lot more at https://github.com/web-padawan/awesome-lit too

@augustjk
Copy link
Contributor

augustjk commented Jun 27, 2024

In the testing side of things:
https://open-wc.org/docs/testing/testing-package/
https://github.com/redfox-mx/cypress-lit (from https://docs.cypress.io/guides/component-testing/overview#Community-Supported-Frameworks)
https://github.com/sand4rt/playwright-ct-web (this one i don't completely agree with the API shape but it's cool to see it nonetheless. playwright component testing is still very early and experimental)

@justinfagnani
Copy link
Contributor Author

A Tanstack Virtual integration posted to the showcase channel today: https://github.com/TanStack/virtual/tree/main/packages/lit-virtual

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

No branches or pull requests

2 participants