Skip to content

Commit d4dabaf

Browse files
committed
docs(website): added more comparisons
Added comparisons for Eleventy, Seed, and Yew.
1 parent 5095388 commit d4dabaf

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

website/comparisons/eleventy.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Eleventy",
3+
"supports_ssg": "full",
4+
"supports_ssr": "none",
5+
"supports_ssr_ssg_same_page": "none",
6+
"supports_i18n": "partial",
7+
"supports_incremental": "none",
8+
"supports_revalidation": "none",
9+
"inbuilt_cli": "full",
10+
"inbuilt_routing": "full",
11+
"supports_shell": "none",
12+
"supports_deployment": "full",
13+
"supports_exporting": "full",
14+
"language": "JavaScript/TypeScript",
15+
"homepage_lighthouse_desktop": 100,
16+
"homepage_lighthouse_mobile": 97
17+
}

website/comparisons/seed.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Seed",
3+
"supports_ssg": "partial",
4+
"supports_ssr": "none",
5+
"supports_ssr_ssg_same_page": "none",
6+
"supports_i18n": "none",
7+
"supports_incremental": "none",
8+
"supports_revalidation": "none",
9+
"inbuilt_cli": "none",
10+
"inbuilt_routing": "full",
11+
"supports_shell": "full",
12+
"supports_deployment": "none",
13+
"supports_exporting": "none",
14+
"language": "Rust",
15+
"homepage_lighthouse_desktop": 100,
16+
"homepage_lighthouse_mobile": 79
17+
}

website/comparisons/yew.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Yew",
3+
"supports_ssg": "none",
4+
"supports_ssr": "none",
5+
"supports_ssr_ssg_same_page": "none",
6+
"supports_i18n": "none",
7+
"supports_incremental": "none",
8+
"supports_revalidation": "none",
9+
"inbuilt_cli": "none",
10+
"inbuilt_routing": "full",
11+
"supports_shell": "full",
12+
"supports_deployment": "none",
13+
"supports_exporting": "none",
14+
"language": "Rust",
15+
"homepage_lighthouse_desktop": 99,
16+
"homepage_lighthouse_mobile": 93
17+
}

0 commit comments

Comments
 (0)