Hacker News new | ask | show | jobs
by simooooo 3279 days ago
I still love knockout. A simple view layer on top of whatever other architecture you want. Has worked really well for me for years.
1 comments

Yep! One of my favorites (I didn't mention it because I didn't want to make it seem like I was just trying to push people towards another framework).

KO also has components now, and they work super great. Also, while bigger frameworks like Ember (which I love) are just starting to figure out and cement how they work with engines (dynamically loaded chunks of your ember app), KO supported async loading of components with RequireJS so long ago.