It is *wild* how simple that change is for that kind of startup perf boost 😍
It is *wild* how simple that change is for that kind of startup perf boost 😍
Reasons explained in `Is It a Navigation?` section
Reasons explained in `Is It a Navigation?` section
I hate when people starts to `pls migrate to Y, X sucks now!` every time these kind of tools comes out.
They're forgetting the main purpose of these tools: make your code great
I hate when people starts to `pls migrate to Y, X sucks now!` every time these kind of tools comes out.
They're forgetting the main purpose of these tools: make your code great
vitepress.dev/guide/markdo...
vitepress.dev/guide/markdo...
We can check if an element exist in an array using `extends`
We can check if an element exist in an array using `extends`
The trick is to assert whether the generic is provided or not. If it's not provided, access the array element. Otherwise, return the generic as-is.
The trick is to assert whether the generic is provided or not. If it's not provided, access the array element. Otherwise, return the generic as-is.
To avoid type narrowing for string utilities, we can recast it using string utility types.
To avoid type narrowing for string utilities, we can recast it using string utility types.