Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iqual-ch/iq_progressive_decoupler


https://github.com/iqual-ch/iq_progressive_decoupler

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# iq_progressive_decoupler

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