Skip to content

Commit

Permalink
Merge pull request #1 from vvo/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gregberge authored Jun 23, 2017
2 parents 029d43e + 02f8a61 commit 4ca7e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ React code splitting made easy. Reduce your bundle size without stress ✂️✨
npm install loadable-components
```

Webpack permits us to use easily split our code using dynamic `import` syntax.
Webpack allows modern code splitting via the [dynamic `import` syntax](https://webpack.js.org/guides/code-splitting-async/).
`loadable-components` makes it possible to use that awesome feature with React components. It is compatible with **`react-router`** and **server side rendering**. The API is designed to be as simple as possible to avoid useless complexity and boilerplate.

You want a real size demo? Check it out on https://www.smooth-code.com/, it's open source https://github.com/smooth-code/website.
Check it out on https://www.smooth-code.com/, it's open source https://github.com/smooth-code/website.

## Getting started

Expand Down

0 comments on commit 4ca7e77

Please sign in to comment.