-
timneutkens after sifting through the examples in Next, I found the way to turn on the dynamicRouting feature. Very nice 👍 Now just finding how to do the API stuff :)
-
timneutkens Okay, so found the API stuff and looks simple enough. Wondering if you have some way of adding middleware? So that I can add things like POST parsing support, or query string, or auth, cookies, etc. Or should it be done on each handler manually & individually?