Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praveenweb/dynamic-jamstack-gatsby-hasura

A demo of adding dynamic content to pre-built markup.
https://github.com/praveenweb/dynamic-jamstack-gatsby-hasura

gatsby gatsbyjs graphql hasura-graphql jamstack

Last synced: 2 months ago
JSON representation

A demo of adding dynamic content to pre-built markup.

Awesome Lists containing this project

README

        

# Dynamic JAMStack with Gatsby and Hasura GraphQL

This repo has demo apps to showcase how dynamic content can be added to Gatsby using Hasura GraphQL.

`static-site` - This is a pure static site with even content hardcoded on the HTML.

`dynamic-source-build` - This is a static site with content sourced from a database (Postgres) and built using GraphQL APIs.

`dynamic-auth-client` - This app has pages which are protected by auth. Client side interactions are authenticated.