rintoj / statex

StateX is a state management library for modern web applications with unidirectional data flow and immutable uni-state (just like redux)
MIT License
68 stars 18 forks source link

Refrain from using browser specific tech #1

Closed nyteshade closed 6 years ago

nyteshade commented 7 years ago

React is used in quite a few places that do not happen to be in a browser. Remove references and/or detect and swap out when unavailable, anything that directly relies on browser specific things. In this case, specifically, localStorage.

I would like to use statex/react stuff both in nodejs for react-blessed as well as with things like react-native