From d4dabaf1a7f4e8396fdecee1dfc03ab9fe99cee5 Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Sun, 28 Nov 2021 10:53:57 +1100 Subject: [PATCH] docs(website): added more comparisons Added comparisons for Eleventy, Seed, and Yew. --- website/comparisons/eleventy.json | 17 +++++++++++++++++ website/comparisons/seed.json | 17 +++++++++++++++++ website/comparisons/yew.json | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 website/comparisons/eleventy.json create mode 100644 website/comparisons/seed.json create mode 100644 website/comparisons/yew.json diff --git a/website/comparisons/eleventy.json b/website/comparisons/eleventy.json new file mode 100644 index 0000000000..0c613d9405 --- /dev/null +++ b/website/comparisons/eleventy.json @@ -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 +} diff --git a/website/comparisons/seed.json b/website/comparisons/seed.json new file mode 100644 index 0000000000..9559bb95ea --- /dev/null +++ b/website/comparisons/seed.json @@ -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 +} diff --git a/website/comparisons/yew.json b/website/comparisons/yew.json new file mode 100644 index 0000000000..1738a1154c --- /dev/null +++ b/website/comparisons/yew.json @@ -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 +}