Anton Korzunov

Results 164 issues of Anton Korzunov

Inside RRR there are two logics that are fighting with each other a little bit: - one is stale while invalidate - will use existing resource if it’s available and...

Takes care of "this" - uses as one of arg in memoization - making it possible to store information inside it - and separating different context, so they would not...

If you are going to ship this library as a npm package you should ship it in CommonJS and es6 module format. Next - any modern bundler (System.js, webpack and...

React version: any with StrictMode ## Steps To Reproduce 1. Create a few components with improper or absent memoization 2. Create `useEffect` with unstable dependency 3. Observe how `StrictMode` is...

Type: Discussion

- 1x might require a better "quality" than 2x ones. - or the other way around - 2x can stand more compression 👉 https://jakearchibald.com/2021/serving-sharp-images-to-high-density-screens/

The result is stored in `.holistic` and it will be _downloaded_ by the git _before_ the `original source` resulting in modification time milliseconds before derived ones. Possible solutions: - "fix"...

current webpack based solution is working great for "sites" and end "products", but not applicable to packages and libraries. We need a babel plugin

Some files might require fine-tune for conversion settings, however, it's not very clear why one might need/want per folder/file configuration for files expected to be generated once. Probably some quality...

help wanted

Aka [squoosh auto optimizer](https://github.com/GoogleChromeLabs/squoosh/tree/dev/libsquoosh#auto-optimizer) - generate all required first - allow "offline" optimized generation for the selected files (delete them and run via CLI)

While being a convention-based solution, one should accept that different projects might require different conventions, no matter why. For example, one can decide to have all derived files in a...

help wanted