DEV Community

Discussion on: What are some pros and cons of Single Page vs Backend Heavy apps?

Collapse
 
prahladyeri profile image
Prahlad Yeri • Edited

Thanks, appreciate your views! Yep, I was talking on the conceptual level, I know a lot of other permutations and combinations are possible too, especially these days.

JAMStack is good but you still need something on server side to handle the GET/POST/PUT requests, right? Its immaterial whether I use Gatsby, Jekyll, Pelican or even create a custom one for my own app, the fact that whether or not the front-end is separated from back-end (which rules out server side templates using twig, jinja, etc.) is the main discussion point at the conceptual level.

I know about all these trends, except SSG. Never heard of that, are you referring to SSG Solutions Pvt. Ltd.?

Collapse
 
onso89 profile image
Alonso • Edited

You use graphQL which is far better than rest api. SSG is static site generators.