You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# React Router Component
2
2
3
-
For React 0.12 support, see the [react-0.12](https://github.com/STRML/react-router-component/tree/react-0.12) branch. It should be stable, but please help us bugtest it.
3
+
*React-Router-Component >= 0.23 uses React 0.12. If you need React 0.11 support,*
4
+
*please use versions 0.20 through 0.22.2.*
4
5
5
6
React router component allows you to define routes in your [React][] application
6
7
in a declarative manner, directly as a part of your component hierarchy.
@@ -49,7 +50,7 @@ React router component is packaged on npm:
49
50
50
51
## Compatibility
51
52
52
-
Compatible with React 0.10 and 0.11. Support for 0.12 is experimental. See the [branch](https://github.com/STRML/react-router-component/tree/react-0.12).
53
+
Compatible with React 0.12. Older versions work with older versions of React, see the commit log.
0 commit comments