A collection of patterns and actions that I find myself needing in every project I build. From simple patterns like ParametersChanged to advanced patterns such as the custom Popup, my intent is to create high quality standards and make your life easier.
Most of the patterns / functions do one of the following:
A lot of these patterns are already used in production, and have my (best effort) support. If you find a bug please let me know :)
Please check the documentation for a complete list of patterns provided.
🎉6.0 release🎉
This release contains breaking changes:
⬆️ Popup - it is now easier to add custom styles to the popup pattern. The `Popup_Config` structure was changed, if you use the `ExtendedClass` attribute, please review it.
⛔ Trigger - REMOVED in favor of the Effect pattern.
⛔ IsVisible - client action REMOVED. That functionality (and more) is available in the Page Visibility component.