This is a little wacky as I have to populate the <title> tag redundantly on the server side (so that things like search and social sharing get the right title without JS) and on the client side (so that the title updates as you change pages)
Is there a better way of doing this? It feels wrong.
The first test of this will be when I share this post today on Twitter.
Added an architecture overview diagram to README (#288)
Talked to dtq and truthmast (the UserKit team) about making it easier for third-party contributors to work on What Got Done while minimizing UserKit-specific installation/sign-up.
Made it so that developers can run the Go unit tests even if they haven’t built the frontend (#295)