-
Task
-
Resolution: Fixed
-
Normal
-
None
-
None
As part of the continuous improvement of our codebase, we've decided to stop using Jade templates to generate site content, and instead use React.js to generate content both client-side and server-side.
We'd like to see the site registration page (bookbrainz-site/templates/register.jade) ported to a React page (see https://github.com/bookbrainz/bookbrainz-site/tree/direct-database/src/client/components/pages for examples). This should be possible to render entirely in server code, without the client (browser) running any JavaScript.