iqual/iq_progressive_decoupler

There is no license information available for the latest version (3.0.0) of this package.

Provides progressive decoupling for drupal with ui patterns.

Installs: 648

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:drupal-custom-module

3.0.0 2023-11-01 15:52 UTC

This package is auto-updated.

Last update: 2024-05-30 00:48:22 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