Episode Details
Back to EpisodesTalking Drupal #487 - Single Directory Components Workflow
Published 1 year, 1 month ago
Description
Today we are talking about Single Directory Components, How best to work with them, and their future with Drupal with guest Brian Perry. We'll also cover Embedded Content as our module of the week.
For show notes visit: https://www.talkingDrupal.com/487
Topics- What are Single Directory Components (SDC)
- Why the switch to SDCs
- What is there in common between decoupled and SDCs
- Can you give us an overview of your workflow
- Common pitfalls
- How should someone get started working with SDCs
- Does it work with Paragraphs and Blocks?
- Does it need to be all at once
- How do you think SDCs will evolve
- Do you see this leading to more Decoupled front ends
- What contrib modules make working with SDCs easier
- My Single Directory Components Workflow
- Pico CSS
- Open Props
- Twig Tweak
- No Markup
- SDC Styleguide
- Radix Theme
- SDC Block
- UI Patterns 2.x
- Astro
- TAC
Brian Perry - brianperry.dev brianperry
HostsNic Laflin - nLighteneddevelopment.com nicxvan John Picozzi - epam.com johnpicozzi Scott Weston - scott-weston
MOTW CorrespondentJacob Rockowitz - jrockowitz.com jrockowitz
- Embedded Content
- Brief description:
- The Embedded Content module allows site builders to select, create, and update content embedded within HTML inside CKEditor.
- For developers, the EmbeddedContent plugin is like a Block plugin without context.
- There is a demo on YouTube https://www.youtube.com/watch?v=GxOn-P3Q5Gg
- There is support embedding of single directory component in progress. Conceptually, this is already possible, the same way one would render a single directory component in Block plugin.
- Brief history
- The concept and code started as the CKEditor5 Embedded Content module, created in August 2022.
- In October 2