Jannick Garthen
Jannick Garthen
I was just cleaning up an extension that was initially developed two years ago: https://www.npmjs.com/package/csscssbeauty It spawns a server, reads the output from csscss and displays it on the website...
**Library Affected**: _workbox-webpack-plugin_ **Browser & Platform**: _all browsers_ **Feature Request Description**: On our website the SW is only used for caching of JS and CSS at install time to speed...
When `deferUpdateUntilIdle` or `priority: 'high' | 'normal' | 'low'' }` is used for multiple items and the updates result in the same calculation, the updates will happen once after another....
In `rtl` mode of the website, the `right` and `left` modifications requires some adjustments in code most of the time. It's good practice to expose `start` and `end` instead and...
Proposal: ``` const isScrollingDown = useScroll( ({ isScrollingDown }) => isScrollingDown, ) ``` should only fire in case `isScrollingDown` changes.
There should be an option to define a server width and height as a default.
The performance measurement is currently not super precise as it only collects performance information from the direct JavaScript handler that is called. It does not take layouts triggered by writes...
In a lot of cases, the priority of an update is based on whether an element is in the viewport or not. With a simple helper function, we can make...
Consider a `Sticky` component on a SPA. The content within the element is dynamic and changes when navigating from one page to another. On page switch the component updates as...
Adding an `onerror` handler to `window` you receive a lot of errors `ResizeObserver loop limit exceeded` due to the additions to fix https://github.com/garthenweb/react-stickup/issues/28. This is not critical but can be...