-
`._init()` should be when the whole framework has been initialized not when it is initializes
extra:
`._beat` should be `._heartbeat` in my opinion
-
### What happened?
I think this could be considered a feature request, but given what I needed to do to work around it, it feels more like a bug, or maybe missed requirement.
When using `lifecycle…
-
-
Currently we have several disparate lifecycle hooks, such as metrics, validation, post processor, path mapper.
However, we can rework them all into the concept of a lifecycle hook.
Where the post …
-
## Description
Lifecycle hooks currently run synchronously in the main Supervisor loop. This is Bad(TM), because it leaves open the possibility of a misbehaving hook of one service to block the loop f…
-
StencilJS has a number of lifecycle hooks documented and available that are not a part of this lint ruleset.
Ref: https://stenciljs.com/docs/component-lifecycle
-
The d3 library lets you trigger events when elements of a collection are modified. This lets you, for example, collapse an item in a list after it is scheduled for deletion but before it is finally re…
-
- [ ] mismatch between Spy Directive video and TS / Dart app behavior: there is no Spy #4 onInit generated. It goes directly to #5.
- [ ] I don't understand [the following statement in the prose](htt…
-
Would be nice to see the `hmrOnStatus`, `hmrOnInit`, etc hooks documented better.
-
Related to #13
If this package goes the route of #13 and the DOM glue is left as an external concern then we don't need to worry about proxying handlers for things like onBlur, onFocus, etc. because…