Fork me on GitHub
#reitit
<
2021-09-30
>
zlrth16:09:13

maybe a dumb question: We have a widget that uses reitit.frontend.easy that loads on third party sites. I believe that our use of client-side routing conflicts with third party sites that are SPAs. For example, when on a page that has our widget, you click a link to go to http://thirdparty.com/something-else, then hit back, and the URL changes to http://thirdparty.com/our-widget, but the page doesn’t reload our widget. Is this an inevitability of conflicting client-side-routing apps/widgets? Or am I missing something obvious?