@TheDanChan@kentcdodds@remix_run@reactjs Agreed, I enjoy remix a lot, definitely my go to right now.
Still had to switch it out in a recent project (nextjs was easiest) b/c needed web worker and bundling to just work™️
@rauchg@koddsson Sometimes when user focuses text inputs which revalidates _all_ useSWR hooks.
I'm guessing focus events are bubbling up to window which the library uses to catch browser focus?
If nobody is familiar with this I'll try and make a reproducible case in a repo for someone to run.