Hacker News new | ask | show | jobs
by hardee 1522 days ago
Fantastic if you ever could anticipate having multiple different consuming clients.

Otherwise it's fantastically over-engineered IMO.

1 comments

I don't see it as anymore over-engineered than SSR.

In traditional SSR, using a template language, you craft a query and expose your variables to your template.

In SPA, you craft a query and expose your variables through an API.