-
The "Ecosystem" page is currently a bit of a scattershot list ([current version for reference](https://github.com/reactjs/redux/blob/ab5c9593bc304880c3089fc0bfcc2c3a28fd21d3/docs/introduction/Ecosyste…
-
I've been analyzing app bundle size and noticed that `i18next-browser-languagedetector` in the client bundle (2KB gz). Some projects may not to want this language detector, so it'd be great if it coul…
-
## Issue Overview and Possible Solution
When creating a block, I start with something like this:
```
const { __ } = wp.i18n;
const { registerBlockType } = wp.blocks;
const BlockControls = wp.blo…
-
This is an issue where we can continue the conversation from Gitter about how to break up the source code into separate repos to make it less monolithic and easier to maintain.
We already know that…
-
Hello there,
First of all, wonderful work here. After reviewing the docs I began implementing this into a project and everything has been very smooth! The Translate component is my mvp; prevents me…
-
hi! I'm wondering - in https://github.com/lingui/js-lingui/issues/15 you mention how to use key with the i18n.t function:
> // key
> i18n.t`component.title`
I'd like to ask - how do I provide …
-
##### **Overview of the issue**
I created an example app, blog post, and screencast about how to develop a Photo Gallery PWA with React and JHipster.
Blog: https://developer.okta.com/blog/2018/0…
-
The [next major release](https://github.com/ryandrewjohnson/react-localize-redux/tree/v3) is in active development with the biggest update being the removal of the dependency on redux. By leveraging […
-
Let's use this thread to discuss use cases for componentWillMount and alternative solutions to those problems. Generally the solution is simply to use componentDidMount and two pass rendering if neces…
-
I've been banging my head hours over this. I have a webpack config file which looks like this
```
const commonPaths = require('./common-paths');
const webpack = require('webpack');
const HtmlWeb…