Echo JS 0.11.0

<~>

kornflexx comments

kornflexx 2515 days ago. link 3 points
Frint-store is exactly the same as redux. Why use this when you can use the rich stack of redux and his modules ?

By the way is pretty cool for vue user, great alternative of vuex.
kornflexx 2524 days ago. link 1 point
Oohh. Sorry again. At first, I was thinking: "damnit, people are going to do strange things to retrieve data anywhere with this".

Finaly, I found a very nice application: website scraper. Because I pas ashmed or my post, I tested it on my DOM parser (in a project), and it is working very well.

Sorry, I'm a jerk
kornflexx 2524 days ago. link 1 point
Sorry for my offensive comment. But I didn't see good practices usages with your lib. What are the use cases for this ?
kornflexx 2525 days ago. link 0 point
You created a monster :). Sorry mate, but you shouldn't use more of your time on this.
kornflexx 2554 days ago. link 1 point
I almost totally ok with this article. But for me this component name is a big mistake:
<RenderUser user={user} />

It should be: <User {...user} /> (simplier, better)
kornflexx 2613 days ago. link 2 points
This article is pure shit, point 4 and 5 are ok but the rest are bad pratices. 
"Use ‘var’ for creating variables" <-- what the fuck, seriously...