A cartoon caveman

Precompile your Routes

(code for this section)

When developing code we want new or altered routes to be reflected as soon as the code for them is loaded in the REPL. When code is deployed it's subpar to compile a reitit router on every request.

← Document your Dependencies