Route handler return value
Author: NHQCreated Jul 12, 2021Updated Aug 10, 2021
Where in the source code does choo handle the return value of route handler functions (the hyperx html)? I see where where the router sets the handler, but I don't see where choo takes that return value and renders it.
Source: choojs/choo