Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iqual-ch/iq_progressive_decoupler
https://github.com/iqual-ch/iq_progressive_decoupler
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iqual-ch/iq_progressive_decoupler
- Owner: iqual-ch
- Created: 2020-12-30T15:59:51.000Z (about 4 years ago)
- Default Branch: 3.x
- Last Pushed: 2024-11-07T10:12:12.000Z (2 months ago)
- Last Synced: 2024-11-07T11:19:46.370Z (2 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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