Hey,
I have an issue with creating SPA navigation.
First of all, I have a small app with just one page, index page.
The requirement I have is to have SPA but with dynamic url.
So I my case the urls have to look like this:
/create
/signup
/about
This is why send more parameters doesn’t seem to be an option, as I cannot have a key - value pair. Just the value.
From my reusable header I’m I have a workflow that navigates (to to page).
Destination: index.
Data to send: arbitrary text. Here I type what I need, eg. ‘create’.
However, what is does it creates url: /index/createTale
It cannot be with index.
Could you tell me where does that come from and how to solve this issue?
Kind regards