Skip to main content
[2020-04-11]

ContribKanban v3, 2020 update

#contribkanban #drupal #jsonapi

Every year I dedicate a block of time to provide new features and improve ContribKanban, beyond regular maintenance to keep dependencies up to date. This year brings some significant changes, which I am excited about!

[2019-12-11]

Gatsby with Redux using a Gatsby theme

#24for2019 #gatsbyjs

Even though Gatsby is a static site generator, it can be used to build dynamic applications. Gatsby is, after all, just a framework for building a React application. It just happens to be extremely opinionated and generates an artifact that is a static site. To me, "dynamic" means that an application maintains some form of state.

[2019-12-08]

Drupal + GatsbyJS: GraphQL schema improperly handling multivalued objects

#24for2019 #gatsbyjs

I just discovered that there are some problems when working with the gatsby-source-drupal plugin. There is already a problem where empty data doesn't generate the schema type (even if it has no fields.) There is another one if you only receive one value.

[2019-12-07]

Composing inherited GatsbyJS themes with shadowing

#24for2019 #gatsbyjs

As I continue working on a Drupal Commerce demo with GatsbyJS, I have moved on towards using GatsbyJS themes. GatsbyJS themes are composable, meaning you can use more than one within a single GatsbyJS application. However, it seems like you really piece together different themes to build out sections of your site.