Anton Korzunov

Anton Korzunov @thekashey

About: Reinventing the wheels.

Location:
Sydney
Joined:
Nov 9, 2018

Anton Korzunov
articles - 37 total

Weak memoization in Javascript

Let's dive deep into call stack, react fiber and weakmaps. All to improve our memoization.

Learn More 157 5Jun 11 '24

Partial: how NOT to mock the whole world

Using "Deep Partial" solutions for mocks with extra powers

Learn More 3 0Feb 8 '24

🧶YarnLocking🔓 your dependencies

Yarn.lock has its own purpose and it's own problems. Almost a supply chain disruption. It's time to reveal hidden benefits.

Learn More 2 0Oct 9 '22

UI? Piece a Cake

A Layered Cake approach to author your code

Learn More 5 0Oct 31 '21

BEM vs CSS Grid

Everything you might like about Grids always has been a part of BEM

Learn More 10 0Aug 28 '21

What Problem We Solve

There is a single question you should ask yourself a few times. Every time it will sounds a little different, and will require an absolutely different answer.

Learn More 2 0Nov 26 '20

The limits of 2 dimensions

Have you ever thought how article rating is done? It's multidimensional!

Learn More 10 2Nov 5 '20

"Why? What? How?" framework

The mind framework for making your code "right"

Learn More 8 0Oct 14 '20

You dont need CSS-in-JS #2: What?

Let's talk about what you really need.

Learn More 11 0Mar 19 '20

You dont need CSS-in-JS #1: Why?

Let's talk about what you really need.

Learn More 25 3Mar 19 '20

The Duck Tales

A story about different point of view. And a Duck.

Learn More 22 0Feb 19 '20

IE11 and the Missing Polyfills

TypeError: Object.entries is not a function. (In 'Object.entries(O)', 'Object.entries' is undefined)

Learn More 80 0Dec 11 '19

DejaVu: Caching versus Memoization

React, Hooks, Event propagation, and other race conditions.

Learn More 63 3Oct 17 '19

Merging refs

There are createRef, useRef... but a very important something is missing

Learn More 46 1Oct 12 '19

⚔️ End Game - A split second later

the final article about code splitting, and faster SSR

Learn More 10 0Oct 4 '19

📦 React-Imported-Component v6

moving lazy loading the to new horizons

Learn More 56 4Oct 4 '19

🛳 Optimising JS Delivery

Getting the maximum from low-level script delivery system

Learn More 21 0Oct 4 '19

🎨 Optimising CSS Delivery

The Critical point on Critical CSS Delivery

Learn More 23 2Oct 4 '19

⚛️ Inside the Code Split

technical details about the implementation of different libraries

Learn More 21 1Oct 4 '19

✂️ Code splitting - What, When and Why

WHAT to split, WHEN to split, and HOW to split.

Learn More 45 0Oct 4 '19

Take the Responsivebility

Be Responsible for Responsive. An Application State, which depends on the Media Target is still State.

Learn More 8 0Aug 10 '19

Me, a year in review

Sometimes it's good to take a look back, and recall what you have done. Why today? It's my birthday!

Learn More 8 3Aug 8 '19

Eat Bear In Parts

Let’s imagine that your project is a Big Brown Bear. How to handle it then?

Learn More 11 0Jul 31 '19

Prefer Integration Tests? Think twice

Write tests. Not too many. Mostly integration. But there are nuances.

Learn More 24 5Jul 29 '19

The same useRef, but it will callback 🤙

React refs is a powerful tool, but it had one limitation...

Learn More 37 1Jun 22 '19

Behold the HTML State

Redux? Component State? Hooks? You ain't gonna need it.

Learn More 85 2May 21 '19

React Shallow Snapshot

Snapshot testing could be a joke, but would be a joy!

Learn More 10 1May 16 '19

🚗 Sidecar for a Code splitting

A new way to vertical "interactivity" code spiting.

Learn More 76 3May 6 '19

Please, stop playing with proxyquire

Dependency mocking which scarry and smells...

Learn More 31 4Apr 29 '19

How I wrote the world’s fastest memoization library

A short story about slowest memoization library becoming the fastest* one.

Learn More 31 0Apr 16 '19