hornta
hornta
Possible to make all react components sorted by stars or is that hard? It is so frustrating trying to find a decent library and sorting by stars makes it easier....
https://tabler-icons.io/i/message I would like a new icon like this but without the lines. it could be named `message-empty`.
The following code could be combined into `export { a, b } from "module";` but this rule doesn't seem to consider export. ```ts export { a } from "module"; export...
I'm looking for a way to forbid passing props that contains a dash `-` for my components. I only want this to affect custom components, meaning that regular HTML components...
Like PlainDate and more https://tc39.es/proposal-temporal/docs/plaindate.html
it would be nice if typescript knew the return type is Buffer when I pass `asBuffer: true`.
Is there support for this?
We recently enabled `exactOptionalPropertyTypes` for our code base because we had a bug that could have been prevented if that flag was enabled in our tsconfig.json. We've fixed some of...
I'm getting lots of these errors, anyway I can get around without having to wrap every lazy loaded component with a suspense component? ``` Error: A component suspended while responding...
Hi, I would like to either have strict on all of my types or something like `.deepStrict()` that propagates down on all sub objects in my schema. Now it's too...