Free URL Query lightweight plugin

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 workflowSimpleURLQuerySPA.update(key, value)
    Quick, simple, and perfect for SPAs. Give it a try! :rocket:

does this work with bubble built in get data from url functions? Most plugins like this I’ve tested do not, so if I were to for example use the Get Data from URL expression, reference a parameter by key name, if I end up using the plugin action to remove that parameter from the URL it does remove it visually, but it is still there as Bubble Get Data from URL still detects it.