redux-responsive
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "redux-responsive", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Utilities for easily creating responsive designs in a redux architecture.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -232,5 +232,5 @@ # redux-responsive | ||
limits the re-calculation of the responsive state to just when the state | ||
actually changes. When in performance mode, keep in mind that the browswer | ||
height and width are not continuously updating - they will only reflect the | ||
state of the browser when the media query actually changed. | ||
actually changes. When in performance mode, keep in mind that the reducer value | ||
for browser height and width are not continuously updating - they will only reflect | ||
the state of the browser when the media query actually changed. | ||
@@ -237,0 +237,0 @@ |
310218