Adam L Barrett
Adam L Barrett
Could you explain this approach some more @arash16 ? If you store the refresh-token in the accessTokens payload, and the refresh API doesn't check expiration, haven't you just effectively made...
I know people would probably hate it, but have you considered a function that returns a function that would pipe the operator arguments and call the result with the observable...
> @BigAB why do you like this shape? Is there a use case? I like a clear separation between the subject of the call and the composition of functions. Using...
I don't know if I missed the "Bonus" section the first time I read it but, after reading it, yeah getting all the `from()` functionality in `rx()` makes me think...
Doesn't look like it. I don't have time at the moment, so if anyone want to take it, feel free. Otherwise I will circle bak to it when I can
Does it have to be a method? How about a property that get's removed when it's not from cache?
I would rather `define.getOwnPropertyDefinitions()` just return whatever was passed into `.extend`, methods and whatnot (it would be nice to hold onto the static defines somewhere as well), so that plugins...
I am sorry you have come across my sorely neglected enterprise-react-example repo, this badly needs an update. To answer you question I am going to assume you have seen [the...
Oh HA! Sorry, just looked at the repo... This is just because I never finished this example. I am sorry. 😄 I should finish this, and update it, someday. 🤦
Maybe a better approach would be to allow the `Epic` function define the action creators? ```js const restaurantFilterEpic(actions$, state$) {/*...*/} restaurantFilterEpic.actions = { handleRegionChange: ['SELECT_REGION', (e) => e.target.value], handleCityChange: ['SELECT_CITY',...