-
-
It would be helpful to support pre/post-processing of requests/responses. Some of the use-cases that I see are:
- authentication
- logging
- custom container wrapping (e. g. by using Either)
I…
-
Is it possible to have a delegate that can be registered to WindowDesc and call the corresponding lifecycle method when the window is created, destroyed, updated, etc.?
The main purpose is to easil…
-
## 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…
-
We use non-standard mechanisms to trigger `connectedCallback`/`disconnectedCallback`. We should just use the native mechanism instead.
https://github.com/salesforce/lwc/blob/551f6349421f3cfaf4e8c4a…
-
- [ ] 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…
-
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…
-
Would be nice to see the `hmrOnStatus`, `hmrOnInit`, etc hooks documented better.