ga-wdi-boston / ember-resources

Performing handling 'actions' in Ember, and using them to perform CRUD on the model.
Other
0 stars 112 forks source link

Spin out Ember actions into separate repo? #31

Closed GA-MEB closed 8 years ago

GA-MEB commented 8 years ago

One of the big conceptual stumbling blocks, but it doesn't strictly need to be put together with CRUD.

jrhorn424 commented 8 years ago

This is still worth considering for a future iteration, IMO.

jrhorn424 commented 8 years ago

This has largely been addressed by focusing on binding data and actions down, but dispatching action execution upward. We now go into detail about bindings as you had originally suggested, @GA-MEB.