2020-05-22 UTC
# [dmitshur] for reference, the dev version is a complete refactor of the issue tracker to be an isomorphic app. on first page load, the page render happens on backend (as before), but subsequently it switches to rendering everything on frontend (via Go code compiled to WebAssembly). the main motivation is to enable me to do faster iteration and prototyping, and the performance goal is "not absolutely horrible", and it seem to exceed that already 😄