Gavin Foley

Results 64 comments of Gavin Foley

Yes just like that but triggered using classes. Exactly like how nzAnimate (https://github.com/nozzle/nzAnimate) does it (when it worked). I'd imagine the css classes could be something like `ng-trans ng-trans-stagger ng-trans-fade-right`.

:+1: Still an issue it seems. @mordocai Did you ever come up with a solution?

Related issues: #43 #46 #5

Example: https://codesandbox.io/s/react-sortable-hoc-example-17r1hv?file=/src/index.js

Had the same question, as Presentation also depends on the Persistence project as well. While I completely understand that this is purely for DI in those projects, I'm a big...

Sorry don't have the project in front of me at the moment but pretty sure the concrete implementations for those interfaces in the composition root of WebUI are in `Persistence`...

Hi guys, my two cents: I agree with the above statement that the current implementation of invalidating the cache is not ideal and that there are a few issues with...

Hi @MCCshreyas I've added an example here: https://github.com/GFoley83/CleanArchitecture/commit/c95f17e6782affebf62ba6c1f7edbcfb19683468 **TL;DR** My commit includes the ability to: - Cache requests using a `CacheAttribute`. See `ExportTodosQuery`. - Invalidate a cached request by using...

Hi MCCShreyas., I think we're on drastically different pages when it comes to what the requirements are for caching. I'm looking for a solution that doesn't allow cross-cutting concerns into...