Two Biggest MediatR Mistakes
MediatR is useful at an application boundary: a caller sends one request, and one handler owns that use case. Two common shortcuts weaken that model—sending more requests from inside a handler and com
steponeit.hashnode.dev4 min read