• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Info JAMStack - the future?

mxnerd

Diamond Member
Web programming paradigm shifting again?





.

 
Last edited:
I am not really following this. Either that or I've been doing jamstack for years and didn't realize it.

I mean it claims to not be doing server side stuff, but then it has API in it's name, which is exactly that - a server that executes code to return the data.

And if you are hitting an API to get data, then your webpages are not "static" because they are being built dynamically with the data that is coming back from the API's.

My current projects I've been working on are Angular. There is no application server it's just "static" templates that are compiled and the javascript dynamically builds them out with the data that comes back from the backend, which is a java server.

So is that jamstack and I've been using it for years? Or is that different than jamstack?

But the wording of "hey you don't even use a backend server! you just use an API instead!" is really dumb. That API isn't running on some magical place - it's running on some sort of backend.
 
I think I was misled by Infoworld's article.

It seems it's mostly for Content Management Systems developers / hosting companies, (ex. Wix.com , Wordpress) not really for other types of web applications. The API here probably means CMS API.
 
Last edited:
Back
Top