-
Have you considered the possibility to add the languages into reducer?
It would help loading additional strings on demand, when changing a language, instead of including the whole language array in…
-
Hello I used Redux Framework in my theme.
I have include redux as a plugin and include options file from theme folder.
themename/ReduxFramework/theme-options.php
Then i required plugin.
At the …
-
Please revert to 6.6.0 if you run into this...
This will be fixed this evening.
-
Hi,
Our project requires a few component to be rendered on the server side and other components to be rendered on the client side. We are using Redux in our project.
We send the translated messa…
-
I'm curious if it is possible to provide `translate()` to all the components through `react-router`. So basically it would be provided to all _children_ of the home route? I'm trying to find a way to …
-
When dispatching a `setLanguage` action with payload "de-DE", the language is not set to "de" but defaults to "en". It seems that the component can't handle languages with format xx-YY.
-
For some reason I can't seem to load translations. I tried finding out what is going on and saw that in the constructor of the IntlProvider the messages value is never received.
```
var IntlProvid…
-
In a child component I have passed into props the dispatch. I call it like so...
```
this.props.dispatch(updateIntl({
eventKey,
newmessages
}));
```…
-
I've seen a few issues raised by people who wrote their own REST clients, and who were confused by the fact that the expected response format sometimes includes a `data` key, and sometimes not.
Thi…
-
It would be nice if there were a way to call `forceUpdate` in a way that it would be applied recursively to children elements. I'm currently using `shouldComponentUpdate` paired with Immutable.js in a…