[Discussion] Plugin Composition
See original GitHub issueGriddle version
1.x and/or 2.x
Expected Behavior
Plugins and components compose well.
Actual Behavior
- Roles/relationships for
ContainerEnhancer
,Container
andEnhancer
are unclear - Plugins can only replace individual components, so multiple plugins don’t compose well
- “One of the big issues I’m facing right now is composing a grid with multiple plugins.” https://github.com/GriddleGriddle/Griddle/pull/731#issuecomment-326442141
- What else?
Thoughts on how this situation can be improved?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Discussion Board – WordPress Forum Plugin
Discussion Board is an easy way to add a forum to your WordPress site. It has a one-click installation and stacks of essential...
Read more >Using composition with legacy in local scopes #605 - GitHub
It looks like the composition API doesn't work well with legacy when it comes to locale scopes. I have an app where I...
Read more >10 Best WordPress Forum Plugins (Compared) - WPBeginner
Check out our list of the best forum plugins for WordPress to create your ... Forums and discussion boards are a great way...
Read more >Aleatoric/generative/algorithmic composition apps/plugins/etc
Aleatoric/generative/algorithmic composition apps/plugins/etc - EKT General Discussion - We Are The Music Makers Forums.
Read more >Message Composition :: Add-ons for Thunderbird
Mail Merge. Message Composition. Rated 5 out of 5 stars (213) · Download Now. Works with Thunderbird 102.0a1 - * View other versions....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
FYI, I am hacking around this weekend on implementing support for plugins as functions.
Not explicitly, however I am adding some more features to the selectors and they way I’m doing it should make it very easy for reduceable plugins to add their own selectors onto the pile. It also may in the future enable fancier intermediate changes to the selectors by each plugin. I’ll share it when its done.