From 14d85c62071b012425329cfd3d0a26835b7b4a57 Mon Sep 17 00:00:00 2001 From: Jimmy Jia Date: Wed, 31 May 2017 23:41:48 -0400 Subject: [PATCH] Add note about Relay Modern support [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6dd92c8..4c645d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # react-router-relay [![Travis][build-badge]][build] [![npm][npm-badge]][npm] [Relay](http://facebook.github.io/relay/) integration for [React Router](https://github.com/reactjs/react-router). +**This library only supports Relay Classic. For Relay Modern support, see [Found Relay](https://github.com/4Catalyzer/found-relay).** + **This library does not support React Router v4, because React Router v4 does not provide the necessary integration points for efficient data fetching with Relay. Additionally, rendering performance will be better with React Router v2 than with React Router v3, as the link subscription logic in React Router v3 triggers unnecessary rerenders with Relay.** [![Discord][discord-badge]][discord]