Jason Theiler
Jason Theiler
Hi @tengbao, I tried using the **NET effect** in my Create React App project like you describe in the [README.md](https://github.com/tengbao/vanta/blob/master/README.md). I tried both the React Hooks and the React Classes...
I'd also really like to know if this is by design or not. And if so, how do you get the full request path then? It's really annoying when you...
Okay, so I found out that other SPA routers are simply overriding the [browser's `window.onpopstate`](https://developer.mozilla.org/en-US/docs/Web/API/Window/popstate_event) callback function to manipulate the DOM manually. And you can obviously do that, too, and...
@MichaelWest22 you're right! v2 seems to handle it automatically now. Sweet! Thank you for notifying me about that.