Echo JS 0.11.0

<~>

angelomichel comments

angelomichel 1185 days ago. link 4 points
Thanks for cleaning up (everyone who was involved)!
I will certainly be enjoy EchoJS again (or still), have a good one!
angelomichel 3438 days ago. link 1 point
Terrible example in point 6 (Build views as components). I disagree in his solution. 

The solution in re-useable parts are imo some custom implementation (like his BaseView (which is a typo in his example, there it's called BaseModel)) childViews which gets notified automatically if the master re-renders (using setElement of the childView).

You can imagine something like (imagine it more enriched/automated):

```js
childView.setElement(childViewSelector);
```