Skip to content

v7.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@tannerlinsley tannerlinsley released this 13 Sep 15:13

React Table v7 is now in beta! Be sure to start upgrading and report any issues you may find!

About v7

v7 is a massive departure from v6:

  • It's written with and for React hooks.
  • It's a headless React hook, not a component. This means you are now responsible for creating your own rendering solution for the table.
  • It's more performant all around. You will likely see a visible performance boost in your projects, regardless of data set (as long as you are memoizing your values properly)

For more information on upgrading, please start at the new v7 README.md in master and start learning!