DEV Community

CODING IN BLOOD
CODING IN BLOOD

Posted on

React tip:
Donโ€™t wait for full JSON responses.

Stream it ๐Ÿ‘‡
fetchStream("/api/users").live(setState)
Faster perceived performance, better UX.

Guide:
dev.to/coding_inblood_...

Sign in to view linked content

Top comments (0)