Tiến Nguyễn Khắc's Avatar

Tiến Nguyễn Khắc

@tien.zone.bsky.social

Creator of https://reactivedot.dev; Contributor @polkadot.bsky.social; Prev. https://talisman.xyz;

33 Followers  |  33 Following  |  2 Posts  |  Joined: 11.11.2024  |  1.4239

Latest posts by tien.zone on Bluesky

Post image

Been so deep in React hell for so long that this is starting to look normal to me 😂

22.10.2025 22:59 — 👍 0    🔁 0    💬 0    📌 0

Should also override `Symbol.species`, else it'll crash :p
```js
class ResolvedPromise extends Promise {
constructor(value) {
super((resolve) => resolve(value));
this.status = "fulfilled";
this.value = value;
}

static get [Symbol.species]() {
return Promise;
}
}
```

22.10.2025 22:16 — 👍 1    🔁 0    💬 1    📌 0

@tien.zone is following 20 prominent accounts