Mauro Gabriel Titimoli

Results 26 comments of Mauro Gabriel Titimoli

why the need of prefixing them at all? if going on this direction, why can't we reuse `hidden` to keep it consistent with the way methods are defined

I keep thinking on what @ljharb said first, if we ever add initializers, at that time it could make sense to have consts (since we are gonna be able to...

You can achieve this using [npm-watch](https://github.com/M-Zuber/npm-watch) as follows: **package.json** ```javascript { ... "scripts": { "manage:translations": "node ./translationRunner.js", "watch": "npm-watch" }, "watch": { "manage:translations": "src/translations/extractedMessages/**/*.json" } ... } ``` And then...

This also probably deserves a new ticket, or not, since it is more like a question than a particular issue, the issue would be to add some helper method to...

Is exactly as @tlvenn mentioned, I just wanted to add that you are able to use this, as effects are received on props, and you can use props there in...

But from the point of view of the state, that is what freactal solves, it's OK to say that you could always use SFCs, what you are saying is more...