Non-decorator users often wonder how to implement the functionality of our decorators in plain JS. We have this information for many decorators - @property equivalent is talked about in Reactive properties, @query equivalent is talked about in Shadow DOM - but we might not have it for all decorators and the information is distributed in the topical docs.
It'd probably be useful if we repeated the equivalents or linked to the topics from the decorator docs.
This brings up an issue that we don't have guides on the decorators, we only have them mentioned in particular topics or have API docs. We possibly just want links from API docs then.
Non-decorator users often wonder how to implement the functionality of our decorators in plain JS. We have this information for many decorators -
@propertyequivalent is talked about in Reactive properties,@queryequivalent is talked about in Shadow DOM - but we might not have it for all decorators and the information is distributed in the topical docs.It'd probably be useful if we repeated the equivalents or linked to the topics from the decorator docs.
This brings up an issue that we don't have guides on the decorators, we only have them mentioned in particular topics or have API docs. We possibly just want links from API docs then.