|
|
|
|
|
by nicoburns
2107 days ago
|
|
Added complexity? At its simplest, Jamstack is just a static site generator. A service like Netlify will do the entire build pipeline for you (for free) just by pointing it at the git repo. Or if you want to DIY the hosting, then all you have to do is find somewhere that can host static files. Jamstack is largely about removing complexity. |
|
Maybe, but it's certainly not less complex then a traditional Wordpress site. So I'm wondering what are the criteria for using Jamstack successfully?
As you said it could be that it's good for simple static sites but not great for more complex content-drive sites - I don't know, that's what I'm asking.