Home / Companies / Hasura / Blog / Post Details
Content Deep Dive

Build JAMStack Sites With JungleJS and GraphQL

Blog post from Hasura

Post Details
Company
Date Published
Author
Hasura
Word Count
1,451
Language
English
Hacker News Points
-
Summary

JungleJS is a static site generator that enables developers to build fast and lightweight static sites using Svelte and GraphQL. It works by pulling data from various sources such as JSON, CSV files, headless CMS, or APIs like WordPress and Ghost. The GraphQL Data Layer in JungleJS serves as temporary storage for imported data, converting it to static data at build time. JungleJS is similar to other frameworks like Sapper and Nuxt in terms of folder structure. It allows developers to create components, pages, and link routes, and supports styling using the svelte syntax. Deployment can be done through hosting services such as Netlify or GitHub.