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
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 forreact-blessed
as well as with things likereact-native