▲ How a one-line fix halved the load time of our new KYC Form at medium.com▼1 up and 0 down, posted by linuxfreak 1328 days ago 1 comment
tracker1 1328 days ago. link 1 point ▲ ▼TLDR; Use Promise.all for parallel async operations. const [a, b, c] = await Promise.all([p1, p2, p3]);