I am currently working on a Blazor Server web application in ASP.NET. I’ve been trying to figure out how to implement page navigation where I can return to previous pages with the data/state of that page saved. I’ve found some developers recommend implementing a custom state management solution along with utilizing the built in Navigation Manager component. Any suggestions on what is best practice or common would be very much appreciated.
user25395866 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.