Hacker News new | ask | show | jobs
by rickharrison 4695 days ago
I just used ember to build a side project (http://bests.com) and it turned me into a huge fan. It is great how little code you need in ember to tie an API with a UI in the browser.
2 comments

"I just used ember to build a side project (http://bests.com) and it turned me into a huge fan."

Did it also send you spinning? (sorry)

I look at your code and i think for this small project you can use jquery and ajax. Where does it use the advantages of a big framework like Ember?
The advantage comes in for organization and simplicity of the code. I don't have to write any jQuery like for $("#item').html(). I just set a property on the model and it updates.