ooni / explorer

OONI Explorer: uncover evidence of internet censorship worldwide
https://explorer.ooni.org
BSD 3-Clause "New" or "Revised" License
71 stars 37 forks source link

Replace react-table with @tanstack/react-table package #918

Open majakomel opened 6 months ago

majakomel commented 6 months ago

Currently we're using both in our codebase, but we should remove the use of outdated react-table package and only use the maintained @tanstack/react-table. It might be that the interface has changed since there have been a few major versions in between. Docs for @tanstack/react-table:https://tanstack.com/table/v8

GermaVinsmoke commented 4 months ago

If you want then I can try this, I'm currently working on stuff where we are using @tanstack/react-table, it's a very complex library, the docs and examples aren't great, requires too much time in figuring out the stuff (only possible after experimenting things for days).

majakomel commented 3 months ago

Hey @GermaVinsmoke! Great, feel free to take this one! react-table is basically a previous version (v7) of @tanstack/react-table (v8) so hopefully the api doesn't differ too much from the current version 🤞. Is it fine if I assign the issue to you?

GermaVinsmoke commented 3 months ago

Sure Maja, I'd like to take some time and see how to move forward with this.