Share your stack...I'd love to see what you use the most in combo with Gatsby
February 13, 2019 at 12:43pmShare your stack...I'd love to see what you use the most in combo with Gatsby
February 13, 2019 at 12:43pmFebruary 14, 2019 at 9:18am
February 15, 2019 at 9:34am
February 19, 2019 at 5:47pm
February 25, 2019 at 10:57am
this is my actual favorite .... though I tend to use dato cms instead of contentful every now and them
Do you load the script to use their api on the front? Or you use another method?
Gatsby + WordPress + WPGraphQL
https://github.com/wp-graphql/gatsby-wpgraphql-blog-example
Uses WPGraphQL (GraphQL API for WordPress) as the source, pulling data from WordPress. Faster than using
gatsby-source-wordpress
which wraps the WordPress REST APIFebruary 26, 2019 at 7:13am
February 27, 2019 at 10:50am
Gatsby + Material UI + Netlify CMS (Editorial work flow enabled) + Netlify
This guy is on to something.
yea, i'm working on a source plugin : https://github.com/ohkaiju/gatsby-source-trello-board. I take some lists in a Trello Board, one card defines one post for a blog with content in markdown and images processed with gatsby-image. I do have an example (see post above o/ ) with some random text & unsplash pictures
February 28, 2019 at 6:54am