Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/praveenweb/dynamic-jamstack-gatsby-hasura
- Owner: praveenweb
- Created: 2019-10-11T13:42:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:20:18.000Z (about 2 years ago)
- Last Synced: 2024-10-17T16:09:01.024Z (3 months ago)
- Topics: gatsby, gatsbyjs, graphql, hasura-graphql, jamstack
- Language: JavaScript
- Size: 7.09 MB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
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.