Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
steveklabnik
on March 22, 2013
|
parent
|
context
|
favorite
| on:
Why we're moving away from Ember.js
I'm not an expert in JS frameworks, but my understanding is that backbone converts 'save this model' to '{PUT,PATCH} /models/:id', and then makes the request.
Isn't that just delegating to HTTP?
coolsunglasses
on March 22, 2013
[–]
I'm not sure how Ember Data is different beyond providing a smarter interface to collections and models than BackBone.
steveklabnik
on March 23, 2013
|
parent
[–]
Hence 'not ready yet.'
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Isn't that just delegating to HTTP?