Best Resources to Learn More About JamStack Architecture
What do you mean by “J-A-M”?
- J - Javascript - Any dynamic programming during the request/response cycle is handled by JavaScript, running entirely on the client.
- A - API’s - The frontend uses Javascript and APIs to talk to backend services. Be it SaaS, third-party services or custom-built.
- M - Markup, A critical piece, whether it’s your hand written HTML or the code that compiles down to the HTML, it's the first part you’re serving to the client
If you’re building a page and serving it with Django or PHP, it’s probably not a JAMstack app. If you host and serve a single HTML file from storage that constructs an app with Javascript, it sounds like a JAMstack app.
Useful links to get started with JamStack Architecture?
- What is the JAMstack and how do I get started?
- New to JAMstack? Everything You Need to Know to Get Started
- Welcome to JamStack
- An Open Letter to Matt Mullenweg: What folks often get wrong about Jamstack
- 5 Myths about JamStack
Learn Jamstack
- JAMstack Tutorial – How to Build Fast, Secure Websites – a Free 4-hour course
- How to Build Authenticated Serverless JAMstack Apps with Gatsby and Netlify
- Build a JAMStack Blog in No Time with Gridsome
- Building an ecommerce site with JamStack-ECommerce
Useful Resources
- List of Popular Site Generators
- Alternative to Wordpress - List of Headless CMS to create websites in JamStack way
Also, you can make use of Gridbox to build JamStack websites 😉
Kindly check on this link (https://www.gridbox.io) and spread the word :)