Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ambitious Editorial Experiences with Headless Drupal - Frontend United Utrecht 2018

Ambitious Editorial Experiences with Headless Drupal - Frontend United Utrecht 2018

"The front-end moves faster than Drupal, whether Drupal likes it or not" This reference from "The state of the Front-end" session at DrupalCon Amsterdam explains that we need different ways to retrieve content from a Drupal site for an easy integration with new front-end frameworks and other 3rd-party applications. This allows non-experienced front-end developers to start theming Drupal using the tools they are used to, providing at the same time multiple integrations with other platforms through APIs. Currently there is a debate about how to achieve this and what direction Drupal will take in the future. In this workshop there will be explained different approaches to solve common problems and what possible solutions are provided by Drupal and its contributed modules. You can join this discussion, share your thoughts and experiences with others, and help Drupal to go on the right track.

Ruben Teijeiro

June 05, 2018
Tweet

More Decks by Ruben Teijeiro

Other Decks in Technology

Transcript

  1. UX

  2. API-First Initiative Making Drupal API-frst means making the data stored

    and managed by Drupal available for other software. https://www.drupal.org/node/2757967
  3. JSON API Generate an API server that implements the {json:api}

    specifcation. https://www.drupal.org/project/jsonapi https://www.drupal.org/project/jsonapi_extras
  4. • Full inline editing (WYSIWYG) • Zero latency editing •

    No page reloads • Instant previewing • “App feeling” for editor experience • Easy access to information for visitors (aka non-editors) like in a standard decoupled scenario
  5. • Page – Content Entity • Fields - Entity references

    to Paragraphs • Accordion • Moodboard • Text • Image • …