Echo JS 0.11.0

<~>

iamsmooney comments

iamsmooney 3409 days ago. link 2 points
Agree whole-heartedly. Using Node now for a major application and it's brilliant. We aren't running into any issues with it at all.
iamsmooney 3434 days ago. link 2 points
Having a virtual dom is the whole point of react, and it's definitely still a work in progress. However to say react sucks because it's not reactive programming has more to do with the name than the intent of the library. In my opinion a virtual dom /should/ be reactive and how you handle your components around that is irrelevant. 

More to the discussion, though, the idea of separating views and renderers is really interesting to me and if done right could greatly improve render performance.
iamsmooney 3485 days ago. link 3 points
Good article and a great insight into the adventures of reinventing the wheel. Seems like it was a great learning experience for you and you are all the more prepared to handle other libraries having built several yourself.

Good points all around and thanks for sharing!
iamsmooney 3492 days ago. link 2 points
It certainly is faster! Looking forward to some writings on it.
iamsmooney 3500 days ago. link 3 points
These are some of the concerns and issues I had while working in angular, too. I think this post is needlessly aggressive, though. Angular was really nice for simple things, but the larger the application got the harder it was to wrestle with.