u/Drocsid__

My dev brain just wants to keep adding features to hellofrontend.com, but I know I need to figure out distribution first.

For the solo builders out there: how do you actually get eyes on a new project when your marketing budget is exactly zero? Focus entirely on SEO? Build in public?

Would love to hear what actually worked for you guys (and if you want to roast the site, I'm open to that too)

reddit.com
u/Drocsid__ — 25 days ago

User was switching tabs fast → multiple API calls → stale responses overwriting fresh UI.

I used to handle this with flags, but tried AbortController this time and it fixed it cleanly.

Curious—how are you all handling this? Do you cancel requests or just ignore stale responses?

reddit.com
u/Drocsid__ — 26 days ago