Hacker News new | ask | show | jobs
by BenElgar 2016 days ago
Cool! Small bit of feedback: typing each character adds an entry to the browser's history which seems a bit excessive. Might consider using replaceState over pushState.
1 comments

Ah yes! Good point about using replaceState. I’ll update it.