control-flow

Results 2 issues of control-flow

Fixed that the state changes on any action which is passed into the localizeReducer. The problem was that the state was recreated on every localizeReducer call. The reducers for each...

The documentation says a missing glsl tag can be fixed by using ```javascript const glsl = x => x; ``` According to the documentation of [string template tags](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) it should...