Skip to content

Commit a98ec48

Browse files
Update README.md
1 parent 1e2ca74 commit a98ec48

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Hooks for building **lightweight, fast and extendable datagrids** for React
4444
- Extensible via hook-based plugin system
4545
- <a href="https://medium.com/@tannerlinsley/why-i-wrote-react-table-and-the-problems-it-has-solved-for-nozzle-others-445c4e93d4a8#.axza4ixba" target="\_parent">"Why I wrote React Table and the problems it has solved for Nozzle.io"</a> by Tanner Linsley
4646

47-
## News
47+
## News / Q&A
4848

4949
#### What is the current state of React Table?
5050

@@ -54,10 +54,14 @@ React Table v7 is still under active development, and its API is still changing,
5454

5555
You can use it production as long as you lock in the alpha version in your package.json and also accept that the API will likely change before it's official release.
5656

57-
#### I'm still using v6@latest, what should I do?
57+
#### I'm still using v6, what should I do?
5858

5959
v6 is a great library and is still the default install for `react-table`, however, I do not intend on offering any long-term support for it. If you intend to keep using v6, I recommend maintaining your own fork of the library and keeping it up to date for your version of React.
6060

61+
#### Where are the docs for the older v6 version?
62+
63+
Please [visit the v6 branch](https://github.com/tannerlinsley/react-table/tree/v6)
64+
6165
#### I want to migrate from v6 to v7. How do I do that?
6266

6367
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.

0 commit comments

Comments
 (0)