Skip to content

Commit

Permalink
Update using-client-side-only-packages.md (#21912)
Browse files Browse the repository at this point in the history
Switch workaround 3 title to match the recommendation in it's contents
  • Loading branch information
vpicone committed Mar 2, 2020
1 parent aa527f8 commit 0039221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/using-client-side-only-packages.md
Expand Up @@ -50,7 +50,7 @@ class MyComponent extends Component {
}
```

## Workaround 3: Load client-side dependent components with react-loadable
## Workaround 3: Load client-side dependent components with loadable-components

Install [loadable-components](https://github.com/smooth-code/loadable-components) and use it as a wrapper for a component that wants to use a client-side only package.

Expand Down

0 comments on commit 0039221

Please sign in to comment.