Hacker News new | ask | show | jobs
by delaaxe 1492 days ago
Better use the React root than the entire document
1 comments

I don’t think the React root is really any better than the document—you should either go precise, or go global, since popstate is global. If there are some links you don’t want intercepted, they’re as likely to be within the React root as without it. See also my response to woojoo666.