Skip to content

Instantly share code, notes, and snippets.

@malcomio
Last active April 18, 2023 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malcomio/cace0105f8389936b4858012b5df1040 to your computer and use it in GitHub Desktop.
Save malcomio/cace0105f8389936b4858012b5df1040 to your computer and use it in GitHub Desktop.
A Framework For Progressively Decoupled Drupal
Decoupling content and presentation is all very well in theory, but is there a better way than going fully headless?
What do you do if you want Drupal to provide server-side rendered content pages, but you want to couple it with the rich interactivity of a modern JavaScript application?
What if you don't want the complexity of a headless CMS and a fully decoupled presentation layer?
This talk will provide an introduction to the Single Page Application Landing Page module - a framework for managing content and configuration for JavaScript applications that sit on Drupal pages.
More information at:
* https://capgemini.github.io/drupal/spalp/
* https://www.drupal.org/project/spalp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment