sbruchmann 2813 days ago. link 1 point ▲ ▼Looks promising but it seems like it does not work with [ava](https://github.com/avajs/ava).
sbruchmann 2817 days ago. link 1 point ▲ ▼For convenience: https://www.sitepoint.com/managing-code-components-bit/
sbruchmann 2817 days ago. link 2 points ▲ ▼@jonisar You may want to edit the URL for this news since it currently points to https://www.sitepoint.com/web/
sbruchmann 2819 days ago. link 2 points ▲ ▼```javascript function cancelKeepAlive() { if (timerId) { cancelTimeout(timerId); } } ``` Did you mean `clearTimeout`?
sbruchmann 2822 days ago. link 1 point ▲ ▼What is the reasoning behind this project? All it does is to map `data-background-*`-attributes to inline styles. It doesn‘t even use [`dataset`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset) for this…
sbruchmann 2822 days ago. link 1 point ▲ ▼> Not JavaScript, just CSS. Wrong. There’s a webpack.config.js in the repository.</sarcasm> Also: The ‘Just Scroll’ on the demo page is below the fold on my screen.