Brent

Results 2 comments of Brent

For what it's worth, [Building Microservices](https://a.co/d/0ObPztR) refers to this pattern as "widgets" - which are front end web applications that can exchange information.

I've done navigations by changing the `window.location` within a custom event handler to load the page of the new location. Event handler: `window.location.href = "https://mysite.com?my_arg=fun-times"` Otherwise, you're behaving like a...