Skip to content

Commit dc4afcc

Browse files
author
Phil Hawksworth
committed
added language about enhancing with services
1 parent 043e9f6 commit dc4afcc

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

src/site/what-is-jamstack.njk

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,31 @@ layout: layouts/base.njk
1919
<section>
2020
<h2>Pre-rendering</h2>
2121
<p>
22-
With Jamstack, the entire front end is prebuilt into highly optimized static pages and assets during a build process. This process of pre-rending results in sites which can be served directly from a <a href="/glossary/cdn">CDN</a>, reducing the cost, complexity and risk, of dynamic servers as cirticial infrastructure.
22+
With Jamstack, the entire front end is prebuilt into highly optimized static pages and assets during a build process. This process of pre-rending results in sites which can be served directly from a <a href="/glossary/cdn/">CDN</a>, reducing the cost, complexity and risk, of dynamic servers as cirticial infrastructure.
2323
</p>
2424
<p>
25-
With so many popular tools for generating sites</a>, like Gatsby, Hugo, Jekyll, Eleventy, NextJS, <a href="/generators">and very many more</a>, most web developers are already familiar with the tools needed to become productive Jamstack developers.
25+
With so many popular tools for generating sites</a>, like <a href="/generators/gatsby/">Gatsby</a>, <a href="/generators/hugo/">Hugo</a>, <a href="/generators/jekyll/">Jekyll</a>, <a href="/generators/eleventy/">Eleventy</a>, <a href="/generators/next/">NextJS</a>, <a href="/generators/">and very many more</a>, many web developers are already familiar with the tools needed to become productive Jamstack developers.
2626
</p>
2727
</section>
28-
<section class="mb-12 pb-20 border-gray-400 border-b ">
28+
<section>
2929
<h2>Enhancing with JavaScript</h2>
3030
<p>
31-
With the <a href="/glossary/markup">markup</a> and other user interface assets of Jamstack sites served directly from a CDN, they can be delivered very quickly and securely. On this foundation, Jamstack sites can use JavaScript and APIs to talk to backend services, allowing experiences to be enhanced and personalized.
31+
With the <a href="/glossary/markup/">markup</a> and other user interface assets of Jamstack sites served directly from a CDN, they can be delivered very quickly and securely. On this foundation, Jamstack sites can use JavaScript and APIs to talk to backend services, allowing experiences to be enhanced and personalized.
32+
</p>
33+
</section>
34+
<section class="mb-12 pb-20 border-gray-400 border-b ">
35+
<h2>Supercharging with services</h2>
36+
<p>
37+
The thriving <a hred="/glossary/api-economy/">API economy</a> has become a significant enabler for Jamstack sites. The ability to leverage domain experts who offer their products and service via APIs has allowed teams to build for more complex applications than if they were to take on the risk and burden of such capabilities themselves. Now we can outsource things like authentication and identity, payments, content management, data services, search, and much more.
38+
</p>
39+
<p>
40+
Jamstack sites might utilise such services at build time, and also at run time directly from the browser via JavaScript. And the clean <a href="/glossary/decoupling/">decoupling</a> of these services allows for greater portability and flexibility, as well as significanlty reduced risk.
3241
</p>
3342
</section>
3443
<section class="mb-20 pb-20 border-gray-400 border-b ">
3544
<h2>Named to help the conversation</h2>
3645
<p>
37-
The name "Jamstack" came about because as Matt Biilmann and Chris Bach were creating modern web development workflows and capabilities at Netlify, they found there was no easy way to refer to the architectural approach in conversation. Jamstack embraces many existing fundamentals of web architectures, and so they created the term Jamstack to help us talk about it more succinctly.
46+
The name "Jamstack" came about because as Matt Biilmann and Chris Bach were creating modern web development workflows and capabilities at <a href="https://netlify.com">Netlify</a>, they found there was no easy way to refer to the architectural approach in conversation. Jamstack embraces many existing fundamentals of web architectures, and so they created the term Jamstack to help us talk about it more succinctly.
3847
</p>
3948
<p>
4049
You can learn more about the background, benefits, and case studies of Jamstack in the book <a href="https://www.netlify.com/oreilly-jamstack/">Modern web development on the Jamstack</a>, (Biilmann & Hawksworth, O'Reilly, 2019)

0 commit comments

Comments
 (0)