Yakov Dalinchuk

Results 10 comments of Yakov Dalinchuk

Your comment (recommendation) about stage-0 certainly useful when we decide use some features or not in out codebase. But this recommendation may be slightly inappropriate when we talk about transpiler...

But React Start App use `stage-0` by default, and I think this is right deсision!

I'm also have an empty log :-( Only: ``` Running "copy:main" (copy) task Done, without errors. ``` Config is very simple: ``` "copy": { "main": { "files": { "public/public/js": ["node_modules/react/dis/JSXTransformer.js",...

Ukraine and Palestine are not actually today. There is a proposal to pay attention to the Palestinian tragedy.

> Multiple JSXChildren have to be delimitated by `,`.A JSX elements doesn't need to be followed by a comma. It seems a bad idea. Why not semicolon? I think if...

Why not like this: ``` javascript var box = "Leading text"; functionCall(); "yes"; ; anotherFunctionCall(); ; expr + ession; ; ``` ?