From 720fb21d60fb0bcf0e685063fe0c028cdceefe18 Mon Sep 17 00:00:00 2001 From: Roman Komarov Date: Thu, 10 Oct 2019 14:55:13 +0200 Subject: [PATCH] docs(readme): adds a react-table-v6 package note (#1576) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d68f4fe..2dc918f 100644 --- a/README.md +++ b/README.md @@ -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