Skip to content

Commit

Permalink
Remove link to redux-map-gl in documentation (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseycesari authored and Xiaoji Chen committed Feb 5, 2019
1 parent c5f6aef commit 2202f84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/get-started/state-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ render() {
If you're using redux, it is very easy to hook this component up to store state in the redux state tree.
The simplest way is to take all properties passed to the `onViewportChange` function property and add them
directly into the store. This state can then be passed back to the `<ReactMapGL>` component without any transformation.

You can even use the package [redux-map-gl](https://github.com/Willyham/redux-map-gl) to save you some writing.

0 comments on commit 2202f84

Please sign in to comment.