iqual / iq_progressive_decoupler
Provides progressive decoupling for drupal with ui patterns.
Installs: 1 367
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:drupal-custom-module
Requires
- php: ^8.1
- drupal/core: ^9.5 || ^10
This package is auto-updated.
Last update: 2024-11-07 10:12:15 UTC
README
Module that provides progressive decoupling for drupal 8 with ui patterns. Uses twigjs (https://github.com/twigjs/twig.js) for rendering in browser.
Includes DecoupledBlockBase: A block base class to be used for creating block plugins that make use of decoupling. It provides pattern selection for each block instance and stores pattern-related data (e.g. its twig code) into drupalSettings to make it accessible in the frontend.
Submodules
- iq_progressive_decoupler_rest_block A block that asynchronously loads data from a REST endpoint and renders with a pattern