A hydrated SPA architecture using Rum
...with special guests: Transit and Pedestal.
To anyone who is not my future self: these are my notes on the architecture of a web application used to browse the next version of the Danish WordNet: an RDF graph and its associated ontologies.
At this point, I have several years of experience working with reagent which—I believe—is still the simplest way to create a 'reactive' single-page app (or 'SPA' for short) in ClojureScript. However, I had still not created a properly 'hydrated' SPA, which is the nomenclature used to describe single-page apps that are prerendered server-side and subsequently made to come alive in glorious, reactive dynamism on the client.
Reagent's strengths
…
Keep reading ↪