Skip to content

Commit

Permalink
docs(readme): adds a react-table-v6 package note (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
kizu authored and tannerlinsley committed Oct 10, 2019
1 parent 777aa2b commit 720fb21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -60,6 +60,8 @@ Please [visit the v6 branch](https://github.com/tannerlinsley/react-table/tree/v

The differences between the 2 versions are incredibly massive. Unfortunately, I cannot write a one-to-one upgrade guide for any of v6's API, simply because much of it is irrelevant with v7's headless approach. The best approach for migrating to v7 is to learn its API by reading the documentation and then following some of the examples to begin building your own table component.

In case you would need to have both v6 and v7 in one app during the migration process (large codebase, complex use cases), you can install an official [`react-table-v6` package](https://www.npmjs.com/package/react-table-v6) alongside the `react-table`.

## Documentation

- [Installation](./docs/installation.md) - Walk through how to install React Table
Expand Down

0 comments on commit 720fb21

Please sign in to comment.