@jayair If middleware adds to the context object ctx.set("foo", "bar"), the type of context in the following handlers includes that in https://t.co/iIkVomQU0G and is strictly typed. I'm using for session data. But I think anything I can add in middleware I can just as easily get in...
@What3v3rTrevor@boristane Do you lazy load code to keep cold starts quick? I've been trying to figure out how to do it with middleware and keeping it all type safe and so far I'm stumped