-
## Expected behavior
Use `props.store` to access redux store, instead of `context.store`. The reason being that `context` is explicitly not recommended by React docs.
Here's a list of all componen…
-
In my server's routes, I do something like this (Note: The` i18next-express-middleware` is already in the pipeline, and Server Side Rendering is working good):
```javascript
export default functio…
-
Hello,
coming out of the Haskell world I'm really used to working with reducers in the style of [applicative folds](https://www.joachim-breitner.de/blog/560-The_mighty_applicative_left_fold)
Ess…
-
I'm trying to figure out how to do sequential actions on startup. In my case this sort of looks like this in pseudo-code:
``` js
App.start()
.then(getSetup)
.then(fetchLocales)
.then(fetchOffer…
-
Hi,
sorry for the question, but how can I re-render the translated strings based on language switcher?
I am using this method `I18n.t('greeting')`
-
Can you mention [redux-in-chinese](https://github.com/camsong/redux-in-chinese) somewhere as an elaborate Chinese translation of Redux documentation? We have a translation group to proofread and sync …
-
AC:
- Accept a language code as a default environment variable so non-English newsrooms can set it to be their native language out of the box
-
Just wanna ask if you would like to consider adding a new parameter locale to i18n.t, something like
```
t(key, replacements = {}, locale = null) {
return this._translate(key, replacements, loc…
-
When using this library in a React Native app its not able to compile due to the fact that React-Dom is not available for a React Native App.
Commenting out these lines in:
lib/Translate.js
14 …
-
I’ve looked carefully through the developer documentation for the library but cannot find a proper way to hook onto the creation of a trendline on the graph
I see `onDataLoaded()`, `onSymbolChanged…
ekkis updated
6 years ago