Skip to content

Commit

Permalink
docs(website): added more comparisons
Browse files Browse the repository at this point in the history
Added comparisons for Eleventy, Seed, and Yew.
  • Loading branch information
arctic-hen7 committed Nov 27, 2021
1 parent 5095388 commit d4dabaf
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
17 changes: 17 additions & 0 deletions website/comparisons/eleventy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Eleventy",
"supports_ssg": "full",
"supports_ssr": "none",
"supports_ssr_ssg_same_page": "none",
"supports_i18n": "partial",
"supports_incremental": "none",
"supports_revalidation": "none",
"inbuilt_cli": "full",
"inbuilt_routing": "full",
"supports_shell": "none",
"supports_deployment": "full",
"supports_exporting": "full",
"language": "JavaScript/TypeScript",
"homepage_lighthouse_desktop": 100,
"homepage_lighthouse_mobile": 97
}
17 changes: 17 additions & 0 deletions website/comparisons/seed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Seed",
"supports_ssg": "partial",
"supports_ssr": "none",
"supports_ssr_ssg_same_page": "none",
"supports_i18n": "none",
"supports_incremental": "none",
"supports_revalidation": "none",
"inbuilt_cli": "none",
"inbuilt_routing": "full",
"supports_shell": "full",
"supports_deployment": "none",
"supports_exporting": "none",
"language": "Rust",
"homepage_lighthouse_desktop": 100,
"homepage_lighthouse_mobile": 79
}
17 changes: 17 additions & 0 deletions website/comparisons/yew.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Yew",
"supports_ssg": "none",
"supports_ssr": "none",
"supports_ssr_ssg_same_page": "none",
"supports_i18n": "none",
"supports_incremental": "none",
"supports_revalidation": "none",
"inbuilt_cli": "none",
"inbuilt_routing": "full",
"supports_shell": "full",
"supports_deployment": "none",
"supports_exporting": "none",
"language": "Rust",
"homepage_lighthouse_desktop": 99,
"homepage_lighthouse_mobile": 93
}

0 comments on commit d4dabaf

Please sign in to comment.