Simple URL Query SPA
Just like the name implies, SimpleURLQuerySPA is a no-fuss way to manage URL parameters in your Single Page Application. Whether you need to add, update, or remove query parameters, this little utility has you covered—all without refreshing the page.
Why use it?
- Keeps your URLs clean and dynamic
- Uses
window.history.replaceState
to update the URL without a reload - Super simple to use—just call on action workflow
SimpleURLQuerySPA.update(key, value)
Quick, simple, and perfect for SPAs. Give it a try!