untangled

NEW CHANNEL: #fulcro
2017-03-17T00:20:23.467852Z

I'm not sure it's in that function - response passed in doesn't have both tempids anyway. Maybe the parser doesn't work that way?

wilkerlucio 2017-03-17T14:09:03.993741Z

@tony.kay about post-mutations, I'm thinking would be nice to have the full environment there, not just the state, for a couple of cases: 1. depending on the the response, extra loads/operations might be needed, but without reconciler it gets tricky to call those without relying on globals 2. I'm currently experiencing a case where after the load I would like to transact something again about the original ref, but when it gets there there is no ref anymore. Yes I can send on the extra params, but would be more convenient if just got passed though

adambros 2017-03-17T20:38:24.683175Z

@wilkerlucio when upgrading untangled-spec I ended up wanting #1, but after talking with tony a better load sequence emerged that didn’t need a post-mutation to trigger a load As far as #1 goes, we ended up punting, because it’s not exactly a simple thing to trace/debug once you allow for it, but there are some cases where its necessary. So maybe spend some time seeing if you can re-work it, and if not i’d make sure tony has a look.