redux-responsive
redux-responsive copied to clipboard
Manage the responsive state of your application using a redux reducer
Hi, Alec Aivazis, thank you for your efforts in creating this library. I've tested `redux-responsive` library, and fix me if I'm wrong, but with the default configuration, `redux-responsive` does not...
Hey, first of all, really appreaciate your work so far and thanks for your work :) I'd have a proposal to add a prop to initialState when `calculateInitialState` is set...
Orientation change value is always one step back. E.g on portrait mode on load the value ist 'portrait'. On first orientation change (from portrait to landscape) nothing happens (should be...
We've found that the behaviour in our IOS devices is not right. Is this happening of any of you? it works for Android devices and browsers so we are assuming...
Problem: Orientation prop is always null at the start, so the app is not displayed well depending if I'am using desktop or mobile browser. Question: I would want to know...
Our current implementation gives `browser.lessThan.landscape` a false value which is not quite right. Maybe this is a good usecase for setting the value to `undefined`?