Results 59 comments of Erik Bryn

> I assume the helper/transform would handle things like currentStateClassNames containing multiple class names (i.e. "foo bar"), as well as things like ``? Yes :) > How would you handle...

@oligriffiths One important objective is to be able to write component CSS that is forward compatible / transferrable to Shadow DOM without significant modification of the CSS or template source....

> Are there reasons to want the BEM-style namespace other than it's ability to prevent CSS from leaking into child components? This is the primary motivation. Another is enforcing the...

Yeah I don't think it makes sense personally. Where'd this discussion begin? I'd like to see more context.

d'oh... sorry about that, we need to update the docs to reflect the new store API as well... PRs welcome as well if you have the time :)

@dave8401 That's what #10 is about. This issue is related to freeing memory of cached records and RecordArrays

I believe we want a separate Transaction/Batch object that feels like an array (you push records into it), and has a `save` method. I believe this Transaction/Batch object would have...

That looks right to me. A PR (with a failing test) would be great, thanks!

@seeweer Looks like this is still an open issue. Would love some help.

paging @jnovatnack, could you take a look at this? :)