Skip to content

Commit

Permalink
docs(readme): remove note about react-loadable (#156)
Browse files Browse the repository at this point in the history
The React Suspense docs will point to `loadable-components` once reactjs/react.dev#1407 is merged, so there will no need to have this line.
  • Loading branch information
threehams authored and gregberge committed Nov 19, 2018
1 parent 31322e3 commit 2af8cf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2af8cf6

Please sign in to comment.