You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should take a pass through all our components and make sure we're following best practices w.r.t. ember-hook.
Using hookPrefix and concat helper whenever setting hook on a sub-component or DOM element in our templates.
Using camelCase for what we concat onto our own hookPrefix, leaving - for nesting.
Using hookQualifiers when appropriate vs. adding text to hook
Ensuring that all elements that have a hook are uniquely accessible, either purely through their hook or through a combination of hook and hookQualifiers
The text was updated successfully, but these errors were encountered:
We should take a pass through all our components and make sure we're following best practices w.r.t.
ember-hook
.hookPrefix
andconcat
helper whenever settinghook
on a sub-component or DOM element in our templates.camelCase
for what weconcat
onto our ownhookPrefix
, leaving-
for nesting.hookQualifiers
when appropriate vs. adding text tohook
hook
are uniquely accessible, either purely through theirhook
or through a combination ofhook
andhookQualifiers
The text was updated successfully, but these errors were encountered: