WaspW
Wasp9mo ago
G35x

TanStack Tables with WASP?

I'm building a SaaS platform which can be oversimplified to a collection of features built into a table. Thus far, I've done really well building my own table from scratch, but as I'm implementing more features I'm finding my Table foundation is less extensible and accurate as the required scope becomes more complex.

Before continuing my development, I'm at a crossroads. Either I refactor my existing Table schema, or I redesign my features to work with a more robust framework like TanStack Tables, which seems like potentially a smarter direction to go in.

Does anyone have experience using TanStack Tables w/ WASP? Any potential pitfalls to look out for?

I see it's extremely customizable, framework-agnostic & does work with React so it seems like a great fit.
Was this page helpful?