Route handlers
2 minute readRoute handlers are functions with a route
field. The route field is a find-my-way route with a little sugar. The handler is a function that takes a context object and returns a plain old Javascript object or throws an error.