So, What is JAMStack All About?

So, What is JAMStack All About?

Find out how JAMStack works
Ferenc Almasi β€’ Last updated 2021 July 06 β€’ Read time 4 min read
JAMStack, unlike MEAN or MERN are not centered around certain technologies. Find out how do they work what are the benefits of using it.
  • twitter
  • facebook
JavaScript

You’ve probably heard about the MEAN and MERN technology stack where four different sets of technologies are used to create modern web applications. They are namely MongoDB, ExpressJS, Angular/React, and NodeJS. And now here comes another stack called JAMStack. So what is it made of?

JAMStack, unlike MEAN or MERN, is not centered around certain technologies. When we are talking about JAMStack, we are not talking about specific frameworks or libraries. Instead, we are referring to

β€œA modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.”— Mathias Biilmann

In fact, you may have already worked on sites created with JAMStack.

What JAMStack is made of.
JAMStack is made of JavaScript, APIs, and Markdown

How Does JAMStack Works?

So how do they work? As you can see from the image above, it is made up of three different components:

JavaScript

The functionality is handled by JavaScript. You might use React, Vue or Angular to implement your components or you can choose to do this with vanilla JavaScript. There are no restrictions here.

API

Communication with the server is done through APIs. They are accessed through HTTPS with JavaScript. This is where your data source comes from.

Markup

Lastly, we have the markup which makes up the content. These are static HTML files that can be generated from Markdown files, usually done by a Static Site Generator, like Gatsby, or Next.js. This is a common way to set up JAMStack sites.

There are countless static site generators out there. If you would like to see a more thorough list, I recommend reading through StaticGen.com.

The top three static site generators on staticgen.com

However, how you generate static assets is completely up to you. You can also do it manually by hard coding HTML files, or you can use a popular framework like React or Angular.


What Are The Benefits of Using JAMStack?

So why would you choose to work with JAMStack in the first place? Let’s see what are the benefits of going this route.

Better Performance

The biggest advantage of serving a JAMStack site is performance. Since you serve static assets, there’s no need to make heavy database queries or API calls and then build your pages on the server dynamically. You serve pre-built files over a CDN.

Better Security

Another great aspect of JAMStack sites is improved security. Since you serve static assets, you often don’t need a backend database at all. This means you don’t need to worry about database vulnerabilities. There is no sensitive information stored on your server, there is nothing to hack.

By using third-party APIs, you can also leverage the high security of well-established third-party services.

Reduced Costs

You are only hosting static files, which means there’s no need to pay for expensive plans, where you also need a backend server, a database, or even a complete CMS. If you’re only starting out, there are also great free services that can take care of all of your needs, like Github Pages.

Better Scalability

The simplified architecture also means your site can be scaled more easily. CDNs are perfect solutions for distributing your static files and you can easily scale up, by choosing one of their higher tiers.

Better Developer Experience

Loose coupling enables front-end developers to focus on developing the core frontend and focus on delivery features faster. They are not tied to nor depend on a monolithic backend architecture, which means there are fewer dependencies, which can block development.

You can also choose from a great variety of Static Site Generators that completely fills your needs. And you only need to use technologies that you are already familiar with; HTML, CSS, and JavaScript.

Looking to improve your skills? Check out our interactive course to master JavaScript from start to finish.
Master JavaScriptinfo Remove ads

Get Started With JAMStack

Now it’s actually time to see how you can start the work on a JAMStack site. However, it is a whole topic on its own. If you want to get started with JAMStack right away, check out my tutorial on how to start a blog from scratch, using Gatsby:

How to Make a Blog From Scratch Using Gatsby

Summary

Using JAMStack is a great way to better optimize your site and make it lightweight. The amount of setup needed β€” or the lack thereof β€” for the architecture also means you can start from scratch easier and deliver a usable site in no time.

Of course, there are two sides to every coin, and there is no silver bullet. Find out when using a Static Site Generator would not be suitable for you:

Why You Shouldn’t Use a Static Site Generator

Did you already happen to work with JAMStack? What are your initial thoughts? Let us know in the comments! Thank you for reading through, happy coding!

  • twitter
  • facebook
JavaScript
Did you find this page helpful?
πŸ“š More Webtips
Frontend Course Dashboard
Master the Art of Frontend
  • check Access 100+ interactive lessons
  • check Unlimited access to hundreds of tutorials
  • check Prepare for technical interviews
Become a Pro

Courses

Recommended

This site uses cookies We use cookies to understand visitors and create a better experience for you. By clicking on "Accept", you accept its use. To find out more, please see our privacy policy.