Hi, I have a list of around 200 items. When you double click on a item you are taken to another page with a list of sub items.
This is a read only app, no updates and I need it to be as fast a possible. Fetching data is fast around 30ms.
I would like the main list (Telerik Grid) to keep it state including selected row, sorting and everything.
This should work with the browsers back button and the blazor navigation manager.
I was thinking of cashing the data, but it's the redraw that's taking time.
Should this has been a server app?