From 2202f848ddcfa0719a7b47fed25d0de9fdfd41e4 Mon Sep 17 00:00:00 2001 From: Casey Cesari Date: Tue, 5 Feb 2019 15:16:14 -0500 Subject: [PATCH] Remove link to redux-map-gl in documentation (#713) --- docs/get-started/state-management.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/get-started/state-management.md b/docs/get-started/state-management.md index 3f4fe28d..4da0716f 100644 --- a/docs/get-started/state-management.md +++ b/docs/get-started/state-management.md @@ -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 `` 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.