I'm using Framework7. Not sure if that makes a difference, but I want to have a Users page with a list and when I click on a specific user I want to go to the User page and load the user that was clicked on. Could someone help me with the right documentation or steps to do this?
Here's a demo of what I'm trying to do. The last page is the User page, but it's currently blank because I'm not passing any value for the user.
I think this post has me going in the right direction. I added :userid to the User route. Now I’m getting the following notification when I try to add the ID to the link on the Users page. What does this mean?
Thanks @Teodor. I’m sure that will help once I figure out the last couple of steps to actually get it to work. Framework7 doesn’t change the URL, so it always shows index.html and I think I need one more Server Connect action in my Data API project to query for the individual user.