Home
Softono
dynamic-jamstack-gatsby-hasura

dynamic-jamstack-gatsby-hasura

Open source JavaScript
16
Stars
4
Forks
57
Issues
1
Watchers
3 years
Last Commit

About dynamic-jamstack-gatsby-hasura

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

Platforms

Web Self-hosted

Languages

JavaScript

Links

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.