Open lvegerano opened 5 years ago
@lvegerano I haven't made specific plans for this, but that's a great idea! If anyone wants to drop some thoughts in here about how to do that (likely a decorator?), we can use this issue as a starting point.
A decorator would work the only issue I see so far is the willInsertElement
method. Glimmer components don't have this hook.
SPENCER SAYS THIS SHOULD BE A MODIFIER :tent:
🤷♂ Still run into some of the same issues. One particular would be tracking component counts. Glimmer components don't have a unique id (not that I was able to find) they would have to be tagged by the lib somehow.
modifier or decorator? o.o maybe both? let the user choose? :D
I wonder if we could use PerformanceObserver...
Are there any plans of supporting Octane/glimmer components?