jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
829 stars 40 forks source link

Integrate with Pathom #209

Open jacobobryant opened 2 months ago

jacobobryant commented 2 months ago

I'm currently rewriting a production app to use Pathom extensively, both in the "usual" way (so you can query your database + application logic at the same time using EQL), and--experimentally--to do server-side rendering by having resolvers return hiccup fragments. It's kind of like a server-side version of Fulcro, where each UI component queries for the data it needs and you can reason about them independently.

This, along with #208, will help a lot in larger apps. In my experience so far, things tend to get hairy around 10k LOC.