cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 21 forks source link

Stop using react-table #772

Open akirabaruah opened 5 months ago

akirabaruah commented 5 months ago

It seems to cause our developers lots of headaches. Are there any alternatives we can use?

This effort might also require redesigning the puzzle list view a bit.

akirabaruah commented 5 months ago

Seems like react-table has moved on to become TanStack Table: https://tanstack.com/table/latest (similar to React Query becoming TanStack Query)

@rgossiaux What were the main gripes with using react-table? I know we've maintained a local patch on it for years, but were there other issues?

I'm wondering whether it makes sense for us to move to TanStack Table, since that seems to be the freshest incarnation of this lib.