#viewtransition - navigation in js
1 messages · Page 1 of 1 (latest)
Still waiting for an answer?
It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.
Here are some links to read up.
https://docs.astro.build/en/guides/view-transitions/#preventing-client-side-navigation
https://docs.astro.build/en/guides/view-transitions/#astropage-load
Let me know if this helps. 
thank you but I'm not sure it helps. maybe more about my issue:
I have button which creates new row in database. After adding to database I want to redirect to UI displaying new row.
Pseudocode:
addRow().then(rowId => window.location.href = /row/${rowId});