3 links for Modifiers
-
Avoiding Lifecycle in Components
A guide to how to avoid using lifecycle modifiers like did-insert, did-update etc
Article by NullVoxPopuli on 30th July 2021
-
Release: Ember Scroll Modifiers v1.0
Scroll-based Modifiers for Ember Applications using the intersection observer API.
Addon by Jordan Hawker on 20th October 2020
-
Coming Soon in Ember Octane - Part 4: Modifiers
Modifiers are similar to Handlebars helpers, they are functions or classes that can be used in templates directly using {{double-curlies}}. The major difference with modifiers is that they are applied directly to elements.
Article by Chris Garrett on 1st March 2019, in Essential Octane