Changes

Jump to: navigation, search

Pancake/French Toast/Store

1 byte added, 17:25, 4 September 2012
m
As a front-end developer, I need to be able to specifiy sub-sets of information and be notified when these sub-sets change, so that parts of the interface can react to the data that interests them.
==== As a front-end developer, I need to be able to specifiy sub-sets of information and be notified when these sub-sets change, so that parts of the interface can react to the data that interests them. ====
''There are a few ways to do this. Event channels is one. Filtering is another. If you think about it, event channels are really a domain-specific-language around querying change notifications. I prefer a filtering approach because predicate functions are more flexible than DSLs if . If we still should want an event channel DSL, we could create one on top of predicate functions.'' -[[Gbrander]]
==== As a front-end developer, I need to transform and reformat data coming from the server for display on the client-side. I need this transformed data to be "live". It should be updated when the original data is updated. ====
Canmove, confirm
227
edits

Navigation menu