You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/index.njk
+2-52Lines changed: 2 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -20,59 +20,11 @@ layout: layouts/base.njk
20
20
</a>
21
21
22
22
<p>Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability. Jamstack removes the need for business logic to dictate the web experience. It enables a composable architecture for the web where custom logic and 3rd party services are consumed through well defined APIs.</p>
23
-
<h3class="mt-3">Jamstack projects have:</h3>
24
-
<ulclass="list-disc ml-4">
25
-
<li>
26
-
Ready-to-serve assets
27
-
</li>
28
-
<li>
29
-
Any interactivity provided <em>without a managed server</em>
30
-
</li>
31
-
<li>
32
-
Any interactivity provided by some combination of Javascript and decoupled services via APIs
33
-
</li>
34
-
</ul>
35
23
</div>
36
24
</div>
37
25
</section>
38
26
39
-
<divclass="bg-gray-100 mb-16">
40
-
<sectionclass="py-10">
41
-
<aname="why-jamstack">
42
-
<h1>Why Jamstack?</h1>
43
-
</a>
44
-
<p>A Jamstack architecture can bring all sorts of benefits to the sites and to project workflows. Some of the key benefits are:</p>
45
-
46
-
<divclass="my-10">
47
-
<h2>Security</h2>
48
-
<p>The Jamstack removes multiple moving parts and systems from the hosting infrastructure resulting in fewer servers and systems to harden against attack.</p>
49
-
<p>Serving pages and assets as <ahref="/glossary/pre-render/">pre-generated</a> files allows read-only hosting reducing attack vectors even further. Meanwhile dynamic tools and services can be provided by vendors with teams dedicated to securing their specific systems and providing high levels of service.</p>
50
-
</div>
51
-
52
-
<divclass="my-10">
53
-
<h2>Scale</h2>
54
-
<p>Popular architectures deal with heavy traffic loads by adding logic to cache popular views and resources. The Jamstack provides this by default. When sites can be served entirely from a <ahref="/glossary/cdn/">CDN</a> there is no complex logic or workflow to determine what assets can be cached and when.</p>
55
-
<p>With Jamstack sites everything can be cached in a content delivery network. With simpler deployments, built-in redundancy and incredible load capacity.</p>
56
-
</div>
57
-
58
-
<divclass="my-10">
59
-
<h2>Performance</h2>
60
-
<p>Page loading speeds have an impact on user experience and conversion. Jamstack sites remove the need to generate page views on a server at request time by instead generating pages ahead of time during a build.</p>
61
-
<p>With all the pages are already available on a <ahref="/glossary/cdn/">CDN</a> close to the user and ready to serve, very high performance is possible without introducing expensive or complex infrastructure.</p>
62
-
</div>
63
-
64
-
<divclass="my-10">
65
-
<h2>Maintainability</h2>
66
-
<p>When hosting complexity is reduced, so are maintenance tasks. A <ahref="/glossary/pre-render/">pre-generated</a> site, being served directly from a simple host or directly from a CDN does not need a team of experts to "keep the lights on".</p>
67
-
<p>The work was done during the build, so now the generated site is stable and can be hosted without servers which might require patching, updating and maintain.</p>
68
-
</div>
69
-
70
-
<divclass="my-10">
71
-
<h2>Developer Experience</h2>
72
-
<p>Jamstack sites can be built with a wide variety of tools. They do not depend on the proprietary technologies or exotic and little known frameworks. Instead, they build on widely available tools and conventions. As a result, it's not hard to find enthusiastic and talented developers who have the right skills to build with the Jamstack. Efficiency and effectiveness can prosper.</p>
73
-
</div>
74
-
</section>
75
-
</div>
27
+
{%include"components/join-the-movement.njk"%}
76
28
77
29
<sectionclass=" mb-16">
78
30
<divclass="md:w-8/12 mx-auto">
@@ -87,6 +39,4 @@ layout: layouts/base.njk
87
39
</div>
88
40
<ahref="/resources/"class="cta">See more videos and resources</a>
0 commit comments