Echo JS 0.11.0

<~>

MaxArt comments

MaxArt 3022 days ago. link 1 point
Not JavaScript and is that Comic Sans?!
MaxArt 3024 days ago. link 3 points
?! Where does this comparison make sense?
Laravel is a fully-fledged MVC framework, where Node is just a JavaScript execution environment. A fair comparison would be between Laravel and Express.

And again, Express is just a barebone router with some template engines, whereas Laravel is a battery-included framework with a service container (as you mentioned), a config manager, a default ORM, a testing library and so on. It's more like Angular in this sense, but for back-end development.

Honestly I have a poor idea why Laravel is shipping with Vue now, since one of the most powerful things in Laravel is indeed the routing system. The choice itself to ship with yet another library - and purely a front-end library on top of that, since it can't be used for SSR - is quite against the current general philosophy to be as minimal as possible.
MaxArt 3032 days ago. link 3 points
I'm not sure this comparison makes sense. Although most of the task we define are about bundling stuff, Gulp is a platform for any kind of scriptable task. As such, its contenders are Grunt, Broccoli or npm scrpts, while webpack's are Browserify or Rollup.
MaxArt 3035 days ago. link 3 points
I think it's the right decision, considering the security aspect.
MaxArt 3036 days ago. link 1 point
Isn't the gotcha here that everything passed to the `of` property gets evaluated anyway, even if it's not rendered? Because that's something I'd like to avoid and why I'm still sticking to conditionals.
MaxArt 3036 days ago. link 1 point
Is there a demo online anywhere? Do I have to install it?
MaxArt 3036 days ago. link 3 points
> `typeof` can return one of the following eight possible values:
>
> * date
> * unknown

You're kidding me, right?
MaxArt 3038 days ago. link 1 point
I hardly understand the point of this article. Methods like forEach and map have a great value when it comes to readability and maintainability. But if you need performances, you don't use a callback function, period: you use a good-ol' for loop, because function calls are expensive.

But then again, if you need performances you might not want to do that in JavaScript to begin with. At most, you do that in C++ and convert it with Emscripten.
MaxArt 3051 days ago. link 0 point
I think every article/news about Angular 1.x should have the version explicitely mentioned in the title to avoid confusion about Angular 2+, which is simply called "Angular".
MaxArt 3057 days ago. link 1 point
That's cool, but I'm waiting for the Atom version.
[more]