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: i18n/en-US/pages/Home.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ description: "Nullstack is a full-stack javascript framework for building progre
3
3
hero:
4
4
heading: "Full-stack Javascript Components"
5
5
tagline: "for one-dev armies"
6
-
paragraphs:
6
+
descriptions:
7
7
- "Nullstack is a full-stack framework for building <strong>progressive web applications</strong>."
8
8
- "It connects a <strong> stateful UI </strong> layer to specialized <strong>microservices</strong> in the same component using <strong>vanilla javascript</strong>."
9
9
- "Focus on solving your business logic instead of writing glue code."
@@ -24,17 +24,14 @@ cycle:
24
24
ssg:
25
25
title: "Static Site Generation"
26
26
link: "/static-site-generation"
27
-
text:
28
-
"You can even use Nullstack to generate lightning-fast <strong> static websites </strong>
29
-
that serve HTML and become a single page application
30
-
using an automatically generated <strong> static API </strong>."
27
+
text: "You can even use Nullstack to generate lightning-fast <strong> static websites </strong> that serve HTML and become a single page application using an automatically generated <strong> static API </strong>."
31
28
about:
32
29
heading: "Complete Features as Components"
33
30
taglines:
34
31
- "Nullstack is not another part of your stack, it is your stack"
35
32
- "Your application can be exported from back-end to front-end as a component and mounted into another application"
36
33
showcase:
37
-
paragraphs:
34
+
descriptions:
38
35
- "The example above uses <a href='/server-functions' class='ci1 p1x'> server functions </a> to read tasks from a JSON file and store them in the <a href='/context' class='ci1 p1x'> context </a> available to all components."
39
36
- "The tasks are listed in a specific <a href='/routes-and-params' class='ci1 p1x'> route </a> that renders a component with multiple <a href='/renderable-components' class='ci1 p1x'> inner components </a> filtered by status with inputs using <a href='/two-way-bindings' class='ci1 p1l'> two-way bindings </a>."
0 commit comments