From 68d09857fcf8d24d82f3f3f2bb221f965fd0921f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 27 Oct 2023 22:02:50 +0100 Subject: [PATCH] daily-email: add 2023-10-26 Is decoupled Drupal still a thing? --- src/content/daily-email/2023-10-26.md | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/content/daily-email/2023-10-26.md diff --git a/src/content/daily-email/2023-10-26.md b/src/content/daily-email/2023-10-26.md new file mode 100644 index 00000000..8fade6ee --- /dev/null +++ b/src/content/daily-email/2023-10-26.md @@ -0,0 +1,34 @@ +--- +title: > + Is decoupled Drupal still a thing? +pubDate: 2023-10-26 +permalink: > + archive/2023/10/26/is-decoupled-drupal-still-a-thing +tags: + - software-development + - drupal + - decoupled-drupal + - vuejs +--- + +A few years ago, decoupled or headless Drupal - where Drupal is used as an API with a separate front-end - was very popular with some large Drupal agencies and clients using it. + +[I gave a conference talk][talk] about how to use Drupal as a backend application for a Vue.js frontend. + +Recently, though, I haven't heard much about it. + +Some previous advocates have moved back to the more traditional approach. + +Interestingly, though, I did hear quite a bit about it at DrupalCon and about Drupal and Next.js in particular. + +I want to try using Drupal with Astro in the future and see what the landscape is like now. + +## What about you? + +Do you use Drupal in a decoupled or headless way? If so, what do you use for the frontend? + +If not, or if you've moved back to a more traditional approach, why? + +Reply and let me know. + +[talk]: https://www.oliverdavies.uk/talks/decoupling-drupal-vuejs