Serves front-end for chan delorean.
Go to file
towards-a-new-leftypol 16a84035da Render out the rest of the html page based on settings
- isomorphism seems to not work correctly, the front-end loads
and then simply appends what it renders to the page, duplicating the
content. my expectation was that it would replace the content.

- there is an initial action on the front-end that is redundant:
  we don't need to use xhr to fetch the catalog if we already have
  that from the server. Perhaps this is causing the isomorphism issue?
2024-03-25 19:05:34 -04:00
app Render out the rest of the html page based on settings 2024-03-25 19:05:34 -04:00
.gitignore Initial commit - Nothing here yet 2024-03-02 17:22:20 -05:00
.gitmodules Work in progress - get front-end routes working server side 2024-03-05 20:45:07 -05:00
LICENSE Initial commit - Nothing here yet 2024-03-02 17:22:20 -05:00
chandlr-server.cabal Catalog view working 2024-03-24 22:14:42 -04:00
default.nix Add http-conduit override 2024-03-22 21:27:12 -04:00
settings.json Render out the rest of the html page based on settings 2024-03-25 19:05:34 -04:00