TanStack Alpine libraries #4850
KevinVandy
started this conversation in
2. Show and tell
Replies: 1 comment
-
|
I'll check it out, since I've enjoyed Tanstack in the past when I wasn't in the Alpine world. Alpine isn't particularly great for (large) tables natively since you can just end up with a TON of things depending on something that will change without it actually impacting them, but they get retriggered anyway. So interested to see what issues Tanstack runs into with that and how the internals might be able to adjust more for those cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm a maintainer from TanStack. We make popular NPM libraries that are framework agnostic. They are 99% written in Vanilla JS and then have thin adapters for each framework. We are most popular in React, but growing in all of the other javascript frameworks too.
We have received a PR to add an Alpine adapter for the first time. It's for TanStack Table: TanStack/table#6249
I plan on working on it this week. But would love if there was more from the Alpine community interested in helping with this or any other TanStack Alpine adapters potentially. This seems like a smaller community, but maybe we could benefit from some collaboration.
Beta Was this translation helpful? Give feedback.
All reactions