Echo JS 0.11.0

<~>

tracker1 1883 days ago. link 1 point
It's pretty much the exception to the rule.  The main application I'm working on now isn't using SSR, so it doesn't hurt me to have a global __BASE__ state, this is where I inject configuration variables/options as well as a lot of the localization/strings.  There's also localStorage and sessionStorage.  Not *EVERYTHING* belongs in redux and there's no shame in putting a couple details like this outside that scope.
kornflexx 1884 days ago. link 1 point
You are an heretic, don't do that, use middleware.
tracker1 1883 days ago. link 1 point
Middleware is one of the options that is mentioned.