the Yesod codebase which originally backed 00dani.me, an indieweb.org site
Danielle McLean
02fd91cb77
Different areas of the app need access to entities - for example both the entry handler needs the entry itself to render it, but the breadcrumbs also need the entry to decide what to label its breadcrumb. Previously this was achieved by fetching entities from the database twice. This sucks, so now it's implemented by fetching entities once and caching them using Yesod's per-request cache. |
||
---|---|---|
app | ||
config | ||
src | ||
static | ||
templates | ||
test | ||
.dir-locals.el | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
package.yaml | ||
stack.yaml |