https://fulcro.fulcrologic.com/
“A library for development of single-page full-stack web applications in clj/cljs”
Via @tbd in Discord chat,
From the docs https://book.fulcrologic.com/#_server_schema_vs_ui_graph:
Fulcro makes no assumptions nor does it have any requirements about back-end databases. You don’t even have to have a back-end: You can easily simulate one with the browser (like this book does), wrap browser local storage, or simply not use one at all.
Fulcro uses EQL (EDN Query Language), a graph query language similar to Datomic’s pull query notation.
More on EQL: