spect
spect copied to clipboard
Observable selectors in DOM
https://stimulusjs.org/handbook/building-something-real
* [x] readme: all links work * [x] test: all readme cases covered * [ ] ~~comparisons: main frameworks, features~~ #147 * [ ] ~~website: simple playground~~ #147 * [...
streamable also streams, observables and other similar things
can invisible items be initialized by animevents?
## Custom elements #### [MDN](https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define#Autonomous_custom_element) ```js // Create a class for the element class PopUpInfo extends HTMLElement { constructor() { // Always call super first in constructor super(); // Create...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...