From 6fa770b3e4e145ce4b2ce62100fea4b59952dae0 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Mon, 19 Nov 2018 10:00:34 -0800 Subject: [PATCH] Remove note about react-loadable. The React Suspense docs will point to `loadable-components` once https://github.com/reactjs/reactjs.org/pull/1407 is merged, so there will no need to have this line. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e067b291f..e55640391 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ Code splitting is supported out of the box by React using [`React.lazy`](https:/ | `react-loadable` | ❌ | 🔶 | ❌ | ❌ | | `@loadable/component` | ✅ | ✅ | ✅ | ✅ | -Even if [`react-loadable` is recommended by React team](https://reactjs.org/docs/code-splitting.html#reactlazy), the project does not accept any GitHub issue and is no longer maintained. - ## Getting started `loadable` lets you render a dynamic import as a regular component.