crowned
How to allow updating of elements instead of destroying and rendering the elements?
Okay, thank you for the advice. That means I’ll look at ways I can get a smoother change which means I’ll look into the virtualization next, then transitions.
61 replies
How to allow updating of elements instead of destroying and rendering the elements?
For reference, I have a
createResource
in the original code that fetches the data for pages when there is no data to display. And since the Resource
is async, the page
signal updates instantly.
But when trying to access already saved data in the media signal, there is a delay.61 replies
How to allow updating of elements instead of destroying and rendering the elements?
Spatial Navigation involves navigating the UI using keyboard keys (or a remote). It usually involves getting a map of all the available elements and determining the next best one to navigate to depending on the direction key/button pressed so a virtual-list would interfere with that.
61 replies
How to allow updating of elements instead of destroying and rendering the elements?
Also, how can I make it such that the
page
signal updates quickly while the media is still updating in the UI.
Unless, I create 2 page signals. One for the MediaCards updating and one for the sidebar/other things I need to update quickly.61 replies